Simple Serverless API
Extend the "Hello World" example to include a DynamoDB database.
We'll cover the following
Adding a database
A database is an essential component of any application. This lesson continues the “Hello World” application and adds a database.
DynamoDB is the scalable serverless NoSQL database provided by AWS. If used properly, it gives a single-digit milliseconds latency in terabytes of data.
Request counter
Let’s extend the example to include a counter for the number of times we invoke an API.
Get hands-on with 1400+ tech skills courses.