Skip to content

Freonius/aws-api-gateway-local

Repository files navigation

AWS API Gateway Local

MediumAWSPythonTerraformDocker

A small example of how you can test your lambdas locally like, simulating how they should behave behind an API Gateway on AWS.

There is an article on Medium here.

TLDR

Run these commands

docker-compose -f "./docker-compose.yml" up -d --build
cd aws
terraform init
terraform apply -auto-approve

and go to http://localhost:9001 to try it out.

Obviously you need docker and terraform.

Budget to run this?

0.00 EUR (equivalent to 0.00 USD)

About

A small example for a local AWS API Gateway V1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published