Amazon API Gateway data mapping in HTTP APIs #17021
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/apigatewayv2
Issues and PRs that pertain to the apigatewayv2 service.
Community Note
Description
New or Affected Resource(s)
aws_apigatewayv2_integration
Potential Terraform Configuration
The API's
ResponseParameters
field is a nested map of typemap[string]map[string]*string
and Terraform does not support nested maps, so we defineresponse_parameter
as a repeating block (TypeSet
).References
Announcement.
Requires AWS SDK v1.36.17:
The text was updated successfully, but these errors were encountered: