flaviostutz / flaviostutz/cdk-practical-constructs

apigateway: enable more than 10 APIGW per AWS account with access log activated

Open
#56 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.