Setting up our template and local testing

Authenticating our user

To make the most of this tutorial series,  create a Serverless Framework PRO account for free

Transcript

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

Get updated when a new course is released