Skip to content

Instantly share code, notes, and snippets.

@JelsB
Created April 11, 2021 16:47
Show Gist options
  • Save JelsB/869d1f7e36ad266b6842f3f538aef253 to your computer and use it in GitHub Desktop.
Save JelsB/869d1f7e36ad266b6842f3f538aef253 to your computer and use it in GitHub Desktop.
synth_action = SimpleSynthAction(
# ...
install_commands=[
# typo in install
f'npm insatll -g aws-cdk@{cdk_version}',
# ...
],
# ...
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment