-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatibility with aws-cdk >= 2.167.0 #95
Comments
(.venv) ~/Documents/code/eks-streamlit-cdk git:[main] I got the same error. The workaround for me was manually setting the following env vars
|
Same issue for here, this is the error that gets reproduced.
Downgrading aws-cdk to aws-cdk@2.166.0 works as mentioned in the bug title.
|
We've published an updated version to NPM now. Please upgrade to |
Due to a change in the used JavaScript AWS SDK from v2 to v3, newer
aws-cdk
versions (2.167.0
) are currently incompatible and will produce an error like this:We're working on a fix to make newer versions compatible with LocalStack.
In the meantime the last compatible version of aws-cdk is
2.166.0
.We'll update the issue here once this has been resolved!
The text was updated successfully, but these errors were encountered: