Skip to content
Discussion options

You must be logged in to vote

I think what you're wanting to do is write your own constructs. (https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_author)
You can group resources into constructs and instantiate those in your Stack for composition.

Another route could be to use Nested stacks, but I think for the problem you're describing writing constructs would probably be the preferable route.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Stf-F
Comment options

Answer selected by peterwoodworth
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants