Skip to content

Instantly share code, notes, and snippets.

@JelsB
Last active April 11, 2021 17:00
Show Gist options
  • Save JelsB/e08aef17bbb4ced22758d8201d08c2c9 to your computer and use it in GitHub Desktop.
Save JelsB/e08aef17bbb4ced22758d8201d08c2c9 to your computer and use it in GitHub Desktop.
class MyStack(core.Stack):
"""Example stack."""
def __init__(self, scope: Construct, id: str, config: ResourceConfig, **kwargs: Any):
super().__init__(scope, id, env=config.environment, **kwargs)
# create resources
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment