To make the most of this tutorial series, Â create a Serverless Framework PRO account for free
The first service we will build is the user management service, and the first endpoint will be to create a new user. In this video we look at adding a post request linked to a Lambda function, using JSON schema to specify a request syntax as well as storing data in DynamoDB.
The GitHub repo for this project can be found at https://github.com/serverless/fullstack-course
Product