Is there a guide for setting up Localstack API Gateway (v1) + Lambda via Terraform?

Hi All,

I’m working through some terraform scripts to setup my localstack, and realize that I still don’t quite know how to setup the base_path as http://localhost:4566, nor set the path parts for my hello world lambda.
I seem to find bits and pieces around the web, and think I’m close, but wondering if anyone’s written up a tutorial about how to do this. Thanks in advance.

Hi @gsr777,
I’m currently working on some written material that’s backed by a demo that fits your description. You can find it here. The github-actions-infra/terraform folder has the Terraform configuration and you can also find the aws cli version in the root of the repo, in init-resources.sh. Hope this helps.