API Gateway v2 is missing support for updating route key #13814
Labels
bug
Addresses a defect in current functionality.
service/apigatewayv2
Issues and PRs that pertain to the apigatewayv2 service.
Milestone
Community Note
Terraform Version
Terraform v0.12.26
Affected Resource(s)
Terraform Configuration Files
Initial configuration:
Updated configuration:
Expected Behavior
Route key should be updated
Confirm it is supported with AWS CLI:
In the debug output it appears that the updated "route key" is not sent in the API payload. Additionally, looking at the source referenced below, it looks like the Update directive is missing a condition for
route_key
Actual Behavior
Error: error updating API Gateway v2 route: BadRequestException: Invalid route name content specified.
Steps to Reproduce
terraform apply
with initial route keyterraform apply
with the new route keyReferences
The text was updated successfully, but these errors were encountered: