Describe the feature
RestApi construct has arnForExecuteAPI method to get ARN for its execute-api resource easily.
HttpApi and WebSocketApi should have the same method to be more consistent between apigateway and apigatewayv2 modules.
Use Case
Get ARN for execute-api of v2 API Gateways easily.
Proposed Solution
Since the formats of these ARNs are basically the same, we can copy the API of RestAPI construct. More details are in this document.
Other Information
No response
Acknowledgements
CDK version used
2.53.0
Environment details (OS name and version, etc.)
n/a
Describe the feature
RestApi construct has
arnForExecuteAPImethod to get ARN for itsexecute-apiresource easily.HttpApi and WebSocketApi should have the same method to be more consistent between apigateway and apigatewayv2 modules.
Use Case
Get ARN for execute-api of v2 API Gateways easily.
Proposed Solution
Since the formats of these ARNs are basically the same, we can copy the API of RestAPI construct. More details are in this document.
Other Information
No response
Acknowledgements
CDK version used
2.53.0
Environment details (OS name and version, etc.)
n/a