How to Trigger an AWS Lambda Function from an SNS Message
Use the AWS CDK and JavaScript to build an SNS topic that triggers a Lambda function when messages are published.
Jan 21, 20223 min read83

Search for a command to run...
Articles tagged with #100daysofcode
Use the AWS CDK and JavaScript to build an SNS topic that triggers a Lambda function when messages are published.

TL;DR I built a Wordle Clone using Next.js, TailwindCSS, and TypeScript. Source code at https://github.com/alexkates/wordlol Running at https://wordlol.vercel.app/ Introduction Over the past few months, Wordle has nearly consumed all of our Twitte...

Use the AWS CDK and JavaScript to build an S3 Bucket that triggers a Lambda function when objects are uploaded.
