From 9dec4c8b9138ba91af72e059ba12bf951cafcb2e Mon Sep 17 00:00:00 2001 From: tmokmss Date: Fri, 14 Jan 2022 10:30:32 +0900 Subject: [PATCH] Update README.md --- packages/aws-cdk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/aws-cdk/README.md b/packages/aws-cdk/README.md index 0afbb913fa0e0..42c517d5e22fc 100644 --- a/packages/aws-cdk/README.md +++ b/packages/aws-cdk/README.md @@ -362,7 +362,7 @@ and that you have the necessary IAM permissions to update the resources that are Hotswapping is currently supported for the following changes (additional changes will be supported in the future): -- Code asset and tag changes of AWS Lambda functions. +- Code asset (including Docker image) and tag changes of AWS Lambda functions. - AWS Lambda Versions and Aliases changes. - Definition changes of AWS Step Functions State Machines. - Container asset changes of AWS ECS Services.