In the previous chapter, we learned how to build a RESTful API with Lambda and API Gateway, and we discovered why Lambda functions should be stateless. In this chapter, we will resolve the stateless issue by using AWS DynamoDB for data storage. Moreover, we will also see how to integrate it with the Lambda functions.
We will be covering the following topics:
- Setting up DynamoDB
- Working with DynamoDB