DEV Community

architec
architec

Posted on • Updated on

AWS Cloud Quest: Deploy RESTful APIs Study Note

This is the DIY challenge of the Deploy RESTful APIs task in AWS Cloud Quest.

DIY Steps:

  1. Create a new Lambda function diyFunction
  2. Copy paste the vehicles_function.py downloaded from Lab Files into diyFunction
  3. Deploy diyFunction
  4. Go back to API Gateway ApiLab
  5. Create Resource under /, with Resource Name vehicles
  6. Create Resource under /vehicles, with Resource Name id and Resource Path {id}
  7. Create GET Method under both of these new Resources created in step 5 and 6 (remember to check Use Lambda Proxy integration)
  8. Deploy API

Top comments (0)