Package and deploy a Lambda function as a Docker container with AWS CDK
Deploy a Serverless backend for Slack using Infrastructure-as-code (IaaC)One of my previous blog post covered how to build a Serverless backend for Slack using by using Lambda Function URL as a...
View ArticleUse Lambda Function URL to write a Serverless app backed by DynamoDB
This is a Go Lambda function that's packaged and deployed using AWS SAMLambda Function URL is a relatively new feature (at the time of writing this blog) that provides dedicated HTTP(S) endpoint for...
View ArticleGetting started with Redis on AWS - the easy way!
This quick-start uses AWS Cloud9 IDE to help you get up and running with MemoryDB for Redis, quicklyWhen I was initially exploring some of the AWS services (such as MemoryDB, MSK, Elasticache for Redis...
View ArticleBuild a Twitter Leaderboard app with Redis and AWS Lambda (part 1)
Hello and welcome 👋🏼 to this two-part blog series that uses a practical application to demonstrate how to integrate Redis with AWS Lambda. The first part (this one) covers the application - by the end...
View ArticleBuild Cloud-Native apps with AWS App Runner, Redis and AWS CDK
Run your Go app on AWS App Runner service, integrate it with MemoryDB for Redis and use AWS CDK to package and deploy the app along with infrastructureAWS App Runner allows you to deploy and run...
View ArticleTwitter Leaderboard app with Redis and AWS Lambda (part 2)
This is the second blog post of this two-part series that uses a practical application to demonstrate how to integrate Redis with AWS Lambda. The first part was about the solution overview, deployment...
View ArticleTwitter Leaderboard app with Redis and AWS Lambda (part 2)
This is the second blog post of this two-part series that uses a practical application to demonstrate how to integrate Redis with AWS Lambda. The first part was about the solution overview, deployment...
View ArticleBuild a data pipeline on AWS with Kafka, Kafka connect and DynamoDB
Integrate DynamoDB with MSK and MSK ConnectThere are many ways to stitch data pipelines - open source components, managed services, ETL tools, etc. In the Kafka world, Kafka Connect is the tool of...
View ArticleBuild a data pipeline on AWS with Kafka, Kafka connect and DynamoDB
Integrate DynamoDB with MSK and MSK ConnectThere are many ways to stitch data pipelines - open source components, managed services, ETL tools, etc. In the Kafka world, Kafka Connect is the tool of...
View ArticleMySQL to DynamoDB: Build a streaming data pipeline on AWS using Kafka
Use change data capture with MSK Connect to sync data between Aurora MySQL and DynamoDBThis is the second part of the blog series which provides a step-by-step walkthrough of data pipelines with Kafka...
View ArticleWrite your Kubernetes Infrastructure as Go code - Getting started with cdk8s
Infrastructure as Code (IaC) is a well established paradigm and refers to the standard practice of treating infrastructure (network, disk, storage, databases, message queues etc.) in the same way as...
View ArticleWrite your Kubernetes Infrastructure as Go code - cdk8s-plus in action!
One of my previous blog post covered how to get started with cdk8s (Cloud Development Kit for Kubernetes), that is an an open-source framework (part of CNCF) using which you can define your Kubernetes...
View ArticleLearn how to use DynamoDB Streams with AWS Lambda and Go
Replicate DynamoDB data from one table to anotherThis blog post will help you get quickly started with DynamoDB Streams and AWS Lambda using Go. It will cover how to deploy the entire solution using...
View ArticleWrite your Kubernetes Infrastructure as Go code - Using Custom Resource...
cdk8s (Cloud Development Kit for Kubernetes) is an an open-source framework (part of CNCF) using which you can define your Kubernetes applications with regular programming languages (instead of yaml)....
View ArticleLearn how to use DynamoDB Streams with AWS Lambda and Go
Replicate DynamoDB data from one table to anotherThis blog post will help you get quickly started with DynamoDB Streams and AWS Lambda using Go. It will cover how to deploy the entire solution using...
View ArticleBuild a Serverless URL shortener with Go
Using AWS Lambda, DynamoDB and API GatewayThis blog post covers how to build a Serverless URL shortener application using Go. It leverages AWS Lambda for business logic, DynamoDB for persistence and...
View ArticleWrite your Kubernetes Infrastructure as Go code - Extend cdk8s with custom...
Build a Wordpress deployment as a cdk8s constructConstructs are the fundamental building block of cdk8s (Cloud Development Kit for Kubernetes) - an open-source framework (part of CNCF) with which you...
View ArticleBuild a Serverless URL shortener with Go
Using AWS Lambda, DynamoDB and API GatewayThis blog post covers how to build a Serverless URL shortener application using Go. It leverages AWS Lambda for business logic, DynamoDB for persistence and...
View ArticleUse AWS App Runner, DynamoDB and CDK to deploy and run a Cloud native Go app
Earlier, I wrote about a Serverless URL shortener application on AWS using DynamoDB, AWS Lambda and API Gateway. Build a Serverless URL shortener with GoAbhishek Gupta for AWS ・ Aug 2 ・ 12 min...
View ArticleUse AWS App Runner, DynamoDB and CDK to deploy and run a Cloud native Go app
Earlier, I wrote about a Serverless URL shortener application on AWS using DynamoDB, AWS Lambda and API Gateway. Build a Serverless URL shortener with GoAbhishek Gupta for AWS ・ Aug 2 ・ 12 min...
View Article