From b52af264b8543bdd34574f6f273f713f5b3b1ac2 Mon Sep 17 00:00:00 2001 From: Quetzalli Date: Wed, 24 Dec 2025 11:39:08 -0800 Subject: [PATCH 1/2] Clarify CDK Asset deployment requirements Added note about CDK Asset deployment requirements and LocalStack limitations. --- .../docs/aws/integrations/aws-native-tools/aws-cdk.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/content/docs/aws/integrations/aws-native-tools/aws-cdk.md b/src/content/docs/aws/integrations/aws-native-tools/aws-cdk.md index 609bf496..1267175e 100644 --- a/src/content/docs/aws/integrations/aws-native-tools/aws-cdk.md +++ b/src/content/docs/aws/integrations/aws-native-tools/aws-cdk.md @@ -91,7 +91,13 @@ awslocal sns list-topics Updating CDK stacks may result in deployment failures and inconsistent state within LocalStack. It is advisable to prioritize re-creating (deleting and re-deploying) over updating stacks. -Our focus for this year will be on resolving issues related to the `UPDATE` support, and continuous improvements can be anticipated in this area throughout 2024. + +:::note + +CDK Asset deployment (e.g., Lambda code, S3 content) requires a LocalStack paid plan. + +This process relies on the `AWS::CloudFormation::CustomResource API`, which is not available in the Community edition. If deployments hang or fail silently, check the LocalStack logs for CustomResource errors. +::: ### Stacks with validated certificates From d7cfc008f2a544c72d79575fded4753d9d3db7fc Mon Sep 17 00:00:00 2001 From: Quetzalli Date: Wed, 24 Dec 2025 11:42:50 -0800 Subject: [PATCH 2/2] Apply suggestion from @quetzalliwrites --- src/content/docs/aws/integrations/aws-native-tools/aws-cdk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/aws/integrations/aws-native-tools/aws-cdk.md b/src/content/docs/aws/integrations/aws-native-tools/aws-cdk.md index 1267175e..e699bac3 100644 --- a/src/content/docs/aws/integrations/aws-native-tools/aws-cdk.md +++ b/src/content/docs/aws/integrations/aws-native-tools/aws-cdk.md @@ -96,7 +96,7 @@ It is advisable to prioritize re-creating (deleting and re-deploying) over updat CDK Asset deployment (e.g., Lambda code, S3 content) requires a LocalStack paid plan. -This process relies on the `AWS::CloudFormation::CustomResource API`, which is not available in the Community edition. If deployments hang or fail silently, check the LocalStack logs for CustomResource errors. +This process relies on the `AWS::CloudFormation::CustomResource` API, which is not available in the Community edition. If deployments hang or fail silently, check the LocalStack logs for `CustomResource` errors. ::: ### Stacks with validated certificates