In this post, I will show you how we can deploy an AWS Lambda function using the “canary-based” deployment strategy. Refer to the original article that I published on https://duleendra.medium.com
Category: Serverless
Deploying a Lambda Function Using AWS CodePipeline
In this post, I will show you how we can deploy an AWS Lambda function using AWS CodePipeline. I use AWS SAM for creating the Lambda function and AWS CDK for creating the CodePipeline and its components. Refer to the original article that I published on https://duleendra.medium.com
Build a REST API with API Gateway, AWS Lambda, DynamoDB & AWS CDK
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