S3 Invoke Lambda Function to DynamoDB
Expanding on the SAM template examples starting with SQS I've added a very simple S3 trigger example that updates a DynamoDB table with the object name when a new object is added to the bucket.
S3/Lambda -> DynamoDB
The SAM template is as follows:
AW...
blog.entuit.com1 min read