How to Trigger an AWS Lambda Function from an S3 Put Event
In this post, we are going to use the AWS CDK to build an AWS Lambda Function that is triggered from an AWS S3 Put request.
All of the code can be found in this repository.
Setup
We need to run a few commands to set up our CDK app.
mkdir how-to-trigg...
blog.alexkates.dev4 min read