Deploy an S3 bucket and trigger an AWS Lambda function with AWS SAM

InstructorTomasz Łakomy

Share this video with your friends

Send Tweet

The strength of serverless applications lies in connecting various services together.

"Uploading a file to S3 triggers a lambda function which sends data to a queue which is picked up by another service which triggers another function..."

In this quick lesson we're going to learn how to deploy an S3 bucket using a SAM template and how to connect it to a serverless function so it'll get triggered whenever a new file gets uploaded.