Typical Authenticated Lambda function invocation via API Gateway which will perform a DynamoDB read/write operation
- Acquiring a token passing credentials.
- Invoking the API Gateway endpoint passing the JWT token.
- API Gateway validates the token.
- Upon successful Auth token validation, API Gateway routes the request to the desired destination lambda function.
- Retrieve any credentials stored.
- Retrieve / Save the incoming payload to the database.
Top comments (0)