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
148 stars 200 forks source link

feat: Added enable_simple_responses and authorizer_credentials_arn to authorizers #71

Closed kmannuz closed 2 years ago

kmannuz commented 2 years ago

Description

Add the ability to pass enable_simple_responses and authorizer_credentials_arn to an aws_apigatewayv2_authorizer

Fixes #70

Motivation and Context

Matches functionality in underlying aws resource - https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/apigatewayv2_authorizer#enable_simple_responses

Breaking Changes

N/A

How Has This Been Tested?

antonbabenko commented 2 years ago

This PR is included in version 1.8.0 :tada:

github-actions[bot] commented 1 year ago

I'm going to lock this pull request 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 related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.