Simple Serverless API

Extend the "Hello World" example to include a DynamoDB database.

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 1200+ tech skills courses.