Working with DynamoDB Tables – Partition Key and Sort Key – Dynamo Deep Dive
In this video, we're looking into how we can design the keys in a Dynamo table effectively to give us the maximum amount of querying ability.
Working with DynamoDB Tables – Partition Key and Sort Key – Dynamo Deep Dive
In this video, we're looking into how we can design the keys in a Dynamo table effectively to give us the maximum amount of querying ability.
DynamoDB is a brilliant service that allows you to quickly and easily create a database that automatically scales. There are a few things you should know about when working with Dynamo so you don't...
If you work with AWS Lambda and don't have a good understanding of both the automatic scaling as well as reserve capacity then you can run into some frustrating issues. In this video We'll learn...
Learn the ins and outs of Lambda cold starts. What they are, how they affect your system design choices and what dictates how long they take.
With the rise of serverless technologies, services such as AWS Lambda have become increasingly popular. This article gives you an introduction to the features and benefits of using AWS...