Skip to content
This repository has been archived by the owner on Aug 22, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (10 loc) · 745 Bytes

File metadata and controls

18 lines (10 loc) · 745 Bytes

THIS REPO HAS BEEN MERGED WITH ANOTHER REPO: https://github.com/modulitos/async-graph-exercise-api/

lambda

To create a package for deployment to AWS Lambda

./deploy.sh

some notes while setting this up on AWS Lambda:

Followed steps here for basic Lambda setup: https://aws.amazon.com/blogs/opensource/rust-runtime-for-aws-lambda/

And here for setting up REST API Gateway: https://kennbrodhagen.net/2015/12/06/how-to-create-a-request-object-for-your-lambda-event-from-api-gateway/

And here for setting up API Gateway with path params: https://docs.aws.amazon.com/apigateway/latest/developerguide/integrating-api-with-aws-services-lambda.html#api-as-lambda-proxy-expose-get-method-with-path-parameters-to-call-lambda-function