Articles in this series
Use the AWS CDK and TypeScript to build a Lambda Function that triggers a CloudWatch Alarm that sends an email when an invocation error occurs. · In this...
Use the AWS CDK and JavaScript to build a Kinesis stream that triggers a Lambda function when data is streamed. · In this post, we are going to use the...
Use the AWS CDK and JavaScript to build an SQS queue that triggers a Lambda function when messages are enqueued. · In this post, we are going to use the...
Use the AWS CDK and JavaScript to build an SNS topic that triggers a Lambda function when messages are published. · In this post, we are going to use the...
Use the AWS CDK and JavaScript to build an S3 Bucket that triggers a Lambda function when objects are uploaded. · In this post, we are going to use the...
Use the AWS CDK and JavaScript to build a DynamoDB table that triggers a Lambda function when data changes. · In this post, we are going to use the AWS...