abhin1509.hashnode.devAWS DynamoDBAWS DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. It is designed to handle large amounts of data and automatically distribute the data and traffic for high availability an...Jan 19, 2023·7 min read
abhin1509.hashnode.devScalable Serverless event driven architecture using AWSScalable serverless event-driven architecture (EDA) is a design pattern that allows for the creation of highly available and cost-effective applications using AWS services. This architecture is built on the principles of serverless computing and even...Dec 24, 2022·2 min read
abhin1509.hashnode.devEdit last commit message in GithubEdit most recent commit that has not been pushed To edit the message of the last commit in GitHub, you can use the git commit --amend command. This command allows you to make changes to the most recent commit, including the commit message. Here's how...Dec 20, 2022·1 min read
abhin1509.hashnode.devStage name in api gateway using AWS CDKWhen creating a lambda rest API using CDK, by default it creates a stage named prod import * as cdk from "aws-cdk-lib"; import * as apigw from "aws-cdk-lib/aws-apigateway"; export class ApiGatewayDemo extends cdk.Stack { constructor(scope: cdk.App...Dec 19, 2022·3 min read
abhin1509.hashnode.devAws S3AWS S3 (Simple Storage Service) is a fully managed, object-based storage service that allows you to store and retrieve data at any time, from anywhere on the web. S3 is designed to be highly scalable and durable, making it a popular choice for storin...Nov 14, 2022·3 min read