-
Notifications
You must be signed in to change notification settings - Fork 4k
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
[custom-resources] bug installing AWS SDK #9289
Comments
It works because it always falls back to the SDK available in the runtime. This really weird The simple fix is to revert this change. We can take this opportunity to also offer an opt out of this feature. |
It seems like it was just added for development and forgotten. Option out of updates would be a great feature and would speed up execution. Thank you. |
copy: @jogold |
AwsCustomResource
tries to install the latest SDK.But it seems to be failing to install.
Yet it still works.
Reproduction Steps
Just use
AwsCustomResource
as documented.Error Log
(I snipped some of the log)
Environment
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: