Skip to content

Commit 094d48d

Browse files
docs: clarify CDK asset deployment requirements (#372)
1 parent 54ee56a commit 094d48d

File tree

1 file changed

+7
-1
lines changed
  • src/content/docs/aws/integrations/aws-native-tools

1 file changed

+7
-1
lines changed

src/content/docs/aws/integrations/aws-native-tools/aws-cdk.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,13 @@ awslocal sns list-topics
9191

9292
Updating CDK stacks may result in deployment failures and inconsistent state within LocalStack.
9393
It is advisable to prioritize re-creating (deleting and re-deploying) over updating stacks.
94-
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.
94+
95+
:::note
96+
97+
CDK Asset deployment (e.g., Lambda code, S3 content) requires a LocalStack paid plan.
98+
99+
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.
100+
:::
95101

96102
### Stacks with validated certificates
97103

0 commit comments

Comments
 (0)