aws-sam

Running AWS SES Lambda function locally with Docker

Running AWS SES Lambda function locally with Docker Question: I’m a newbie to docker and lambda functions and I’m trying to run a simple lambda function locally (sample code below) to send emails using the AWS Simple Email Service. I’ve got limited access to an AWS Sandbox account which means I don’t have AWS Access …

Total answers: 1

Why does AWS SAM CLI (awssamcli) fail to build when using Global section?

Why does AWS SAM CLI (awssamcli) fail to build when using Global section? Question: I just found out about the Global section which seems very useful in cleaning up the template.yaml for AWS SAM cloud formation templating. After completing the Global section I remove the Runtime from my lambda (since it should inherit Runtime from …

Total answers: 2

Using an existing S3 bucket in AWS SAM template

Using an existing S3 bucket in AWS SAM template Question: I am using AWS SAM template for deployment of python AWS lambdas. The trigger for these functions are from existing S3 buckets. But in SAM template I am unable to use existing buckets (only new bucket creation is supported), hence I’am creating the trigger manually. …

Total answers: 1