Hey, I'm Rahul Nath 👋
Coder. Blogger. YouTuber. Teacher.
I enjoy running. Blogs are usually technical and about life in general.
Coder. Blogger. YouTuber. Teacher.
I enjoy running. Blogs are usually technical and about life in general.
Learn how to set up Dependency Injection when building Lambda Functions using the Annotatios framework.
Learn how to create a CRUD API Endpoint using AWS Lambda, API Gateway and the Annotations Framework. See how the Lambda Annotations framework does all the heavy lifting for us, and makes it easier to develop APIs.
Let's learn what the Lambda Annotation Framework aims to solve and how it compares with older ways of building Lambda Functions. We will see this through an example of creating a simple API endpoint.
DynamoDB's batch delete functionality allows deleting multiple items from one or more DynamoDB tables with a single API call. This feature is useful when you're dealing with data cleanup, archiving, or any scenario requiring mass deletion.
Amazon DynamoDB's BatchWriteItem functionality allows you to insert multiple items to one or more DynamoDB tables using a single API call. This feature is particularly useful for scenarios involving data ingestion, bulk updates, or data cleanup tasks.