Lambda & API Gateway

In this section, we create the Lambda functions and wire them up to API Gateway.

What we will build

RouteLambdaAuth required
POST /loginloginFunctionNo
GET /songsgetSongsFunctionYes (JWT)

Steps

  1. Create Lambda Functions
  2. Set up API Gateway
  3. Connect Lambda to API Gateway