Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Refactor apigw.tf - export lambdas to module #119

Open
eranelbaz opened this issue Oct 1, 2023 · 0 comments
Open

Refactor apigw.tf - export lambdas to module #119

eranelbaz opened this issue Oct 1, 2023 · 0 comments

Comments

@eranelbaz
Copy link
Contributor

For each lambda, we need (at least)

  • aws_api_gateway_integration
  • aws_api_gateway_integration_response
  • aws_api_gateway_method
  • aws_api_gateway_resource

This makes the apigw.tf file very long, and each change require us to repeat ourself a lot

Maybe we can export all of those to modules or use existing open source lambda module

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant