-
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
aws-cloudformation bundles aws-sdk #2951
aws-cloudformation bundles aws-sdk #2951
Comments
Is that not just a dev-dependency? |
This is worrying. How about we introduce this as a separate experimental module? I am concerned that this is at the bottom of our dependency graph. @jogold, FYI |
I am taking care of this. |
The only reason why Alternatives:
|
@jogold thanks for chiming in. This doesn't sound like the right tradeoff. |
@jogold are you available for a quick chat on Gitter? |
Extract the AwsCustomResource construct to a separate module called @aws-cdk/customresources, dedicated to special custom resources such as this one. Fixes #2951
Extract the AwsCustomResource construct to a separate module called @aws-cdk/customresources, dedicated to special custom resources such as this one. Fixes #2951
Extract the AwsCustomResource construct to a separate module called @aws-cdk/custom-resources, dedicated to special custom resources such as this one. Also, stop bundling the entire AWS SDK and instead extract `apis/metadata.json` during build time which fixes #2951. BREAKING CHANGE: The `AwsCustomResource` class was moved to a new module called @aws-cdk/custom-resource
The AWS CloudFormation library depends on and bundles the aws-sdk library, just for some service metadata.
It should not do that.
The text was updated successfully, but these errors were encountered: