Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy the stack in Python #604

Open
SantaHub opened this issue Sep 9, 2022 · 1 comment
Open

Deploy the stack in Python #604

SantaHub opened this issue Sep 9, 2022 · 1 comment
Labels
good first issue Good for newcomers

Comments

@SantaHub
Copy link

SantaHub commented Sep 9, 2022

Hi, i have used the package in python to create OUs and accounts. but couldnt figure out how to deploy it .

This is code that execute, MyOrganization call contains fns that create OUs and accounts. I have the app.synth for it generate the CF template, but i am not really sure thats how its supposed to work. Is there any samples i could look at.

    app = App()
    MyOrganization(app, ou_constants.STACK_ID)
    app.synth()
@pflorek pflorek added the good first issue Good for newcomers label Oct 12, 2022
@san99tiago
Copy link

Hey @SantaHub , I implemented the pepperize/cdk-organizations constructs with Python. This is the sample project so that you can reference it as an example:

The entrypoint is:

The actual constructs reference can be found at:

Hope that it's useful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants