DEV Community

architec
architec

Posted on • Updated on

AWS Cloud Quest: API with Database Study Note

This is the DIY challenge of the API with Database task in AWS Cloud Quest.

DIY Steps:

  1. Create a new DynamoDB Image description
  2. Modify line 18 in labFunction Lambda to table_name = "vehicles"
  3. Create API Gateway resource and method Image description Image description
  4. Deploy API

Top comments (0)