Top "Aws-sam-cli" questions

AWS SAM Local allows developers to run & debug AWS Lambda code on local machine using Docker.

aws-sam-local environment variables

I am following the readme here: https://github.com/awslabs/aws-sam-local I have a lambda written in python 3.6 and its …

aws-lambda serverless aws-sam-cli
How do I specify template parameters when running AWS SAM Local?

Using AWS SAM Local I can test my serverless application locally, which is awesome. I can also deploy to AWS, …

amazon-web-services amazon-cloudformation aws-sam-cli
connecting AWS SAM Local with dynamodb in docker

I've set up an api gateway/aws lambda pair using AWS sam local and confirmed I can call it successfully …

amazon-web-services docker amazon-dynamodb aws-sam-cli
Running AWS SAM projects locally get error

I am trying to run an AWS Lambda project locally on Ubuntu. When I run the project with AWS SAM …

amazon-web-services ubuntu aws-lambda aws-sam-cli
Lambda cannot access KMS Key

When I run my lambda code, I get the following error: The ciphertext refers to a customer master key that …

amazon-web-services aws-lambda aws-serverless aws-sam-cli serverless-application-model
How do I destroy a aws SAM Local lambda?

Follow the read for an example it says: # AWS SAM Hello World Example # A simple AWS SAM template that specifies …

amazon-web-services lambda aws-sam-cli