'Best' way to create an alpha module in aws-cdk? #25636
Unanswered
mrpackethead
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After reading the contributing.md docs, along side some other information, about how to go about starting to build a new alpha module, I came up with this method, which essentially was copying the 'example-construct-library' to a new location with a new name and editing its README and package.json.. For example if i was going to create a something for the imaginery 'reddog' service, i would do this.
This assumes that i've already done a full build on cdk.
The build, just built out my new module.
Is there a better way? This seems to work, but I'm not sure if this is a great idea.
Beta Was this translation helpful? Give feedback.
All reactions