-
-
Save josjaf/eee7b4b0265d83b1b22370ccf4bc0617 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from aws_cdk import ( | |
aws_iam as aws_iam, | |
aws_s3 as aws_s3, | |
core, | |
) | |
from IAMRole import IAMRole | |
from JumpRole import JumpRole | |
app = core.App() | |
props = None | |
baby = IAMRole(app, "baby-stack") | |
# baby2 = JumpRole(app, "bab2", arn=baby.) | |
app.synth() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment