Skip to content

Commit

Permalink
docs: add link to qualify fn::getatt limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwwright committed Oct 17, 2023
1 parent 9d9c4af commit 12e9c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ and might have breaking changes in the future.
- `Fn::Split`
- `Fn::Sub`

> *: `Fn::GetAtt` is only partially supported.
> *: `Fn::GetAtt` is only partially supported. Refer to [this implementation](https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk/lib/api/evaluate-cloudformation-template.ts#L477-L492) for supported resources and attributes.
### `cdk watch`

Expand Down

0 comments on commit 12e9c6a

Please sign in to comment.