[Feature Request] API Gateway: Support for API Keys in Custom Authorizer Responses #4425
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/apigateway
Issues and PRs that pertain to the apigateway service.
Milestone
In December, AWS announced the ability to provide the gateway api-key from a Lambda function. This allows for flexible options beyond only being able to set it with an
x-api-key
header.I've been digging around to see if Terraform supports this, but pretty sure it doesn't yet. Seems like it would be here if it was:
aws/resource_aws_api_gateway_rest_api.go
In the AWS UI it shows up under settings with two possible values. API Key Source:
HEADER
andAUTHORIZER
. The feature works great for our needs and would be nice to be able to enable it with Terraform.AWS announcement: https://aws.amazon.com/about-aws/whats-new/2017/12/amazon-api-gateway-supports-api-keys-in-custom-authorizer-responses/
The text was updated successfully, but these errors were encountered: