You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(lambda-layer-awscli): [ACTION REQUIRED] Your CDK application is using AwsCliLayer. Add a dependency on @aws-cdk/asset-awscli-v1, or the equivalent in your language, to remove this warning.
#22470
Closed
madeline-k opened this issue
Oct 12, 2022
· 2 comments
A change we are introducing to extract large files from the aws-cdk-lib package may cause a breaking change in some environments. This could happen if your app uses the AwsCliLayer construct, and your CDK application executes in an environment that:
To resolve this issue, please take an explicit dependency on the @aws-cdk/asset-awscli-v1 package using your language and package manager of choice.
TypeScript & JavaScriptPythonJavaC#/.NETGo
What to do if resolution steps did not work
After doing this, this warning message should no longer appear on synthesis. If it does, please take the following steps to help us address the issue for you:
Set the CDK_DEBUG environment variable to true
Resynthesize your app,
Comment on this issue with the output, your version of aws-cdk-lib, and details of your application's environment.
The text was updated successfully, but these errors were encountered:
madeline-k
changed the title
placeholder
(lambda-layer-awscli): [ACTION REQUIRED] Y`WARNING! [ACTION REQUIRED] Your CDK application is using AwsCliLayer. Add a dependency on @aws-cdk/asset-awscli-v1, or the equivalent, in your language to remove this warning.
Oct 12, 2022
madeline-k
changed the title
(lambda-layer-awscli): [ACTION REQUIRED] Y`WARNING! [ACTION REQUIRED] Your CDK application is using AwsCliLayer. Add a dependency on @aws-cdk/asset-awscli-v1, or the equivalent, in your language to remove this warning.
(lambda-layer-awscli): [ACTION REQUIRED] Your CDK application is using AwsCliLayer. Add a dependency on @aws-cdk/asset-awscli-v1, or the equivalent, in your language to remove this warning.
Oct 12, 2022
madeline-k
changed the title
(lambda-layer-awscli): [ACTION REQUIRED] Your CDK application is using AwsCliLayer. Add a dependency on @aws-cdk/asset-awscli-v1, or the equivalent, in your language to remove this warning.
(lambda-layer-awscli): [ACTION REQUIRED] Your CDK application is using AwsCliLayer. Add a dependency on @aws-cdk/asset-awscli-v1, or the equivalent in your language, to remove this warning.
Oct 12, 2022
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Details
A change we are introducing to extract large files from the aws-cdk-lib package may cause a breaking change in some environments. This could happen if your app uses the AwsCliLayer construct, and your CDK application executes in an environment that:
Steps to resolve
To resolve this issue, please take an explicit dependency on the @aws-cdk/asset-awscli-v1 package using your language and package manager of choice.
TypeScript & JavaScript
Python
Java
C#/.NET
Go
What to do if resolution steps did not work
After doing this, this warning message should no longer appear on synthesis. If it does, please take the following steps to help us address the issue for you:
CDK_DEBUG
environment variable totrue
The text was updated successfully, but these errors were encountered: