terraform-aws-modules / terraform-aws-apigateway-v2

Terraform module to create AWS API Gateway v2 (HTTP/WebSocket) 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/apigateway-v2/aws
Apache License 2.0
144 stars 188 forks source link

Private HTTP API #6

Closed vaddiszno closed 3 years ago

vaddiszno commented 3 years ago

Hi Anton,

First of all amazing project thanks for creating it. I am trying to create a private API with Terraform, using this module. What would be the process for that? This example? https://github.com/terraform-aws-modules/terraform-aws-apigateway-v2/blob/master/examples/vpc-link-http/main.tf

Thanks, G

antonbabenko commented 3 years ago

Hi @vaddiszno !

I have just pushed another set of features related to the integration of API Gateway with VPC Links in #25, and updated the example vpc-link-http that shows it in action.

Now you can create a private HTTP gateway and have integrations with VPC resources.

v0.12.0 has been just released.

PS: We are still on version 0.xxx of the module, so there may be some breaking changes as we develop new features.

github-actions[bot] commented 1 year ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.