In this post, I am going to build a serverless REST API using API Gateway, AWS Lambda, and DynamoDB. I use the AWS CDK for automating the infrastructure creation part. Refer to the original article that I published on https://duleendra.medium.com
Category: Lambda
Running a Scheduled Event Using AWS Lambda, EventBridge Rules, and CDK
In this post, I am going to show you how you can use AWS Lambda and Amazon Event Bridge Rule for running a cron job. I use AWS CDK for creating the infrastructure. Refer to the original article that I published on https://duleendra.medium.com