Skip to content

tmateus-github/aws-lambda-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AWS lambda proxy

Simple endpoint using AWS API GW and AWS LAMBDA

Deploying

In order to deploy, we will need to run the following commands:

  • This command is going to prepare the package and upload into S3 bucket.
aws cloudformation package --template-file template.yaml --s3-bucket <BUCKET_NAME> --output-template-file packaged-template.yaml
  • This command will deploy all the stack.
aws --region eu-west-1 cloudformation deploy --template-file packaged-template.yaml --stack-name <STACK_NAME> --capabilities CAPABILITY_IAM

About

Simple endpoint using AWS API GW and AWS LAMBDA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages