Skip to content

Instantly share code, notes, and snippets.

@mattantonelli
Created July 21, 2023 14:47
Show Gist options
  • Save mattantonelli/d26cd8ba2225d76f49f8759b867ea93e to your computer and use it in GitHub Desktop.
Save mattantonelli/d26cd8ba2225d76f49f8759b867ea93e to your computer and use it in GitHub Desktop.
Update AWS CDK for Python
# We must update both the Python and NPM packages
pip install --upgrade aws-cdk-lib
npm install -g aws-cdk@latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment