aws-samples / aws-analytics-reference-architecture

Home Page:https://aws.amazon.com/blogs/opensource/adding-cdk-constructs-to-the-aws-analytics-reference-architecture/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change NotebookPlatform from a nested stack to a construct

vgkowski opened this issue · comments

Currently, NotebookPlatform extends NestedStack to ensure we doesn't reach the 500 resources limit in one Cloud Formation stack. Because of recent optimizations on the constructs, we can now extend Construct and let the consumer decide to deploy in a nested stack or not. Additionally, it would solve the issue with documentation where the NestedStack exportValue function breaks the entire lib documentation.

Issue solved as part of commit @9312675, documentation is live.