-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DynamoDb]: Add support DynamoDb Contributer Insights #11626
Comments
Hello @pathik9 , thanks for opening the issue. Is the ability to enable Contributor Insights on Dynamo DB available through CloudFormation currently? Thanks, |
Hi @skinny85 Dynamodb Contributor insights are not available via Cloudformation. |
Thanks @pathik9. That means we need to either wait for CloudFormation support before implementing this in CDK, or use a CFN Custom Resource. Since this seems like a small feature (a boolean flag I think?), a Custom Resource might be overkill (as it involves creating an additional Lambda function in your Stack). Adding the |
aws-cloudformation/cloudformation-coverage-roadmap#708 this is the issue to track it in the dynamodb repo |
Looks like a pretty small boolean flag. Contributions are very welcome! 😊. |
|
Currently there is no option to enable Contributer Insightes on DynamoDB table via Code (CDK). Please provide support for the same
The text was updated successfully, but these errors were encountered: