Search code examples
reactjsamazon-web-servicesaws-lambdaaws-api-gatewayamazon-cloudfront

Run API Gateway Tutorial locally


I've successfully deployed the app from the tutorial here: https://github.com/awslabs/aws-api-gateway-developer-portal

Now, how can I either heavily customize the client or write a new one? Can I somehow do development locally and point the app to AWS resources. Are there any tutorials to do smth like that - write client and then integrate it with AWS IAM, Lambda and API Gateway. Or I have to do that within AWS environment? In this case do I use something like this: https://aws.amazon.com/getting-started/hands-on/build-modern-app-fargate-lambda-dynamodb-python/module-two/


Solution

  • I have found a solution to what I'm trying to accomplish in this great detailed tutorial: https://serverless-stack.com/. Probably the most eloquent tutorial I've ever come across. I'm surprised that such information is so hard to find. AWS docs and tutorials are very poorly maintained and other than general concepts are not very helpful.