harprit / hello-aws-apig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello-aws-apig

Simplest possible Hello World setup of AWS API Gateway (mock integration) using AWS SAM template.

aws cloudformation package --template-file sam.yaml --s3-bucket <YOUR-BUCKET-NAME-HERE> --output-template packaged-sam.yaml

aws cloudformation deploy --capabilities CAPABILITY_IAM --template-file packaged-sam.yaml --stack-name hello-world-api

Post the deployment -

About