localstack / aws-sam-cli-local

Simple wrapper around AWS SAM CLI for use with LocalStack
Apache License 2.0
53 stars 11 forks source link

Image package type Lambda upload patch #18

Closed lakkeger closed 6 months ago

lakkeger commented 7 months ago

Motivation

Localstack supports the Image package type Lambdas, however samlocal is handling them bad, trying to upload them to AWS, which obviously fails. These changes supposed to fix the issue.

Reported related issues:

Changes