flaviostutz / flaviostutz/cdk-practical-constructs
apigateway: enable more than 10 APIGW per AWS account with access log activated
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 7
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
## Problem being solved
Currently one policy per access log is added to the loggroup when a new APIGW resource is created, but there is a hard limit of 10 policies in total in each AWS account, meaning that only 10 APIGW could have access log enabled while using this Construct.
## Proposal
Change the constructs to follow the instructions on to avoid this issue:
https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-logging.html#set-up-access-logging-permissions
Contributor guide
Assessment
This issue has not been assessed yet.