Metadata-Version: 2.1
Name: renovosolutions.aws-cdk-aws-organization
Version: 0.0.2
Summary: AWS CDK Construct Library to manage specific AWS Organization resources
Home-page: https://github.com/RenovoSolutions/cdk-library-aws-organization.git
Author: Renovo Solutions<webmaster+cdk@renovo1.com>
License: Apache-2.0
Project-URL: Source, https://github.com/RenovoSolutions/cdk-library-aws-organization.git
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Typing :: Typed
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# 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 `events` folder, but you will need a real test org to run events against


