Flow of Setting up Lambda function invocation via API Gateway to perform a DynamoDB read/write operation
Asanka Boteju

Asanka Boteju @asankab

About: Passionate software, cloud, & data architect who strives to innovate and build intelligence into every solution crafted! Former Lead Architect Council, R&D, BI, Sec, Dev, DevOps & Project Manager

Location:
Colombo, Sri Lanka
Joined:
Mar 6, 2023

Flow of Setting up Lambda function invocation via API Gateway to perform a DynamoDB read/write operation

Publish Date: May 26 '24
4 0

Image description

Typical Authenticated Lambda function invocation via API Gateway which will perform a DynamoDB read/write operation

  1. Acquiring a token passing credentials.
  2. Invoking the API Gateway endpoint passing the JWT token.
  3. API Gateway validates the token.
  4. Upon successful Auth token validation, API Gateway routes the request to the desired destination lambda function.
  5. Retrieve any credentials stored.
  6. Retrieve / Save the incoming payload to the database.

Comments 0 total

    Add comment