Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Api Gateway module #10

Closed
wants to merge 5 commits into from
Closed

Api Gateway module #10

wants to merge 5 commits into from

Conversation

brunoabreu-levio
Copy link
Collaborator

Api Gateway module

rest_api_id = aws_api_gateway_rest_api.api_gateway_rest_api.id
resource_id = aws_api_gateway_resource.api_gateway_resource.id
http_method = var.api_gateway_http_method
authorization = "NONE"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C'est ici que tu peux choisir la methode pour authentifier avec 'lapi key notamment https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_method#api_key_required

Copy link
Owner

@FloRul FloRul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changer pour avoir une seule api gateway avec 2 methodes et donc 2 integrations lambda

@FloRul FloRul closed this Feb 9, 2024
@FloRul
Copy link
Owner

FloRul commented Feb 9, 2024

je close celle ci pour fix la lambda

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

Successfully merging this pull request may close these issues.

2 participants