Skip to content

Commit

Permalink
docs: qualify partal support for fn::getatt
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwwright committed Oct 1, 2023
1 parent 6274911 commit c0d8620
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/aws-cdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,13 +436,15 @@ and might have breaking changes in the future.
**⚠ Note #4**: Only usage of certain [CloudFormation intrinsic functions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference.html) are supported as part of a hotswapped deployment. At time of writing, these are:

- `Ref`
- `Fn::GetAtt`
- `Fn::GetAtt` *
- `Fn::ImportValue`
- `Fn::Join`
- `Fn::Select`
- `Fn::Split`
- `Fn::Sub`

> *: `Fn::GetAtt` is only partially supported, see [here](https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk/lib/api/evaluate-cloudformation-template.ts#L403) for details.
### `cdk watch`

The `watch` command is similar to `deploy`,
Expand Down

0 comments on commit c0d8620

Please sign in to comment.