cloudtools / stacker

An AWS CloudFormation Stack orchestrator/manager.
http://stacker.readthedocs.io/en/stable/
BSD 2-Clause "Simplified" License
711 stars 167 forks source link

address breaking moto change to awslambda #763

Closed hauntingEcho closed 3 years ago

hauntingEcho commented 3 years ago

Moto changed awslambda to be an extra, as of v1.3.15: https://github.com/spulec/moto/pull/3281/files

This fixes the test failures from another PR: https://github.com/cloudtools/stacker/pull/762

phobologic commented 3 years ago

Thanks!