Skip to content

Commit

Permalink
use localstack image version with fix for requests not being forward …
Browse files Browse the repository at this point in the history
…to backend when using the recommended /_aws/execute-api endpoint
  • Loading branch information
solomon-negusse committed Dec 4, 2024
1 parent 9a6e564 commit 3bd52a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-localstack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ In local development, we use localstack to emulate API Gateway functionality of
1 - Run localstack locally.

```bash
docker run --rm -it -p 4566:4566 localstack/localstack
docker run --rm -it -p 4566:4566 localstack/localstack:4.0.3
```

2 - Terraform apply the content of this folder and confirm the changes in the prompt (use terraform version `v1.3.6`). This will output an `access_url` of the form `http://host.docker.internal:4566/restapis/{gateway_id}/prod/_user_request_`. If you choose to use a different port in Step 1, update the access_url variable in outputs.tf to reflect the chosen port..
Expand Down

0 comments on commit 3bd52a4

Please sign in to comment.