Package Exports
- @renovosolutions/cdk-library-aws-organization
- @renovosolutions/cdk-library-aws-organization/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@renovosolutions/cdk-library-aws-organization) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
cdk-library-aws-organization
This CDK library is a WIP and not ready for production use.
Testing the custom provider code with SAM CLI
- Create a test project that utilizes this library
- Create a test stack
- Synthesize the test stack with
cdk synth --no-staging > template.yml - Run
sam local invoke <function from stack> -e <event json file> - There is some example events provided in the
eventsfolder, but you will need a real test org to run events against