Month: October 2022
7 posts
Dark Mode Is Now Supported In The AWS Console
The day has finally come – Dark Mode is now available in the AWS Console. It feels like…
DynamoDB GetItem vs Query – When to Use What?
Trying to understand the difference between DynamoDB GetItem and Query operations? This is the article for you. DynamoDB…
Amazon Aurora Serverless v2 CloudFormation Example
Trying to find out how to create an Aurora Serverless V2 Cluster in CloudFormation? This is the article…
An AWS Browser Extension That Upgrades Your Console Experience
Sometimes good things come in small packages. This AWS browser extension aims to make your Console browsing experience…
An Introduction to AWS Lambda
It seems like everyone is talking about Serverless and AWS Lambda these days. Serverless compute, serverless databases, serverless…
How To Insert Multiple DynamoDB Items at Once with Boto3
Looking for an example of how to Insert Multiple Items (also known as batch) in your DynamoDB Table…
How To Delete Multiple DynamoDB Items at Once with Boto3
Looking for an example of how to Delete Multiple Items (also known as batch) in your DynamoDB Table…