How to create a REST API in Java using DynamoDB and Serverless
Originally posted at Serverless
In this walkthrough, we will build a products-api serverless service that will implement a REST API for products. We will be using Java as our language of choice. The data will be stored in a DynamoDB table, and the se...
serverlessinc.hashnode.dev8 min read