lambda-layers-demo icon indicating copy to clipboard operation
lambda-layers-demo copied to clipboard

SAM Demo App for Lambda Layers

Results 2 lambda-layers-demo issues
Sort by recently updated
recently updated
newest added

I cloned the git repo on windows and on my mac. Running on Python 3.7.3. Executing `sam local invoke DeserializeDemoFunction` failed with: ``` Invoking main.lambda_handler (python3.7) MyLambdaLayer is a local...

When I execute `sam build` it complains that requirements.txt is missing. Simply adding the files fixes the issue.