Skip to content

Instantly share code, notes, and snippets.

@josjaf
Created August 12, 2019 02:47
Show Gist options
  • Save josjaf/eee7b4b0265d83b1b22370ccf4bc0617 to your computer and use it in GitHub Desktop.
Save josjaf/eee7b4b0265d83b1b22370ccf4bc0617 to your computer and use it in GitHub Desktop.
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