You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yea it does. I tested with a sample template and it indeed passed test suite. But lacking support for parameter/condition/mapping limits what tests case we can have. So I'm thinking we can defer this task until more features were added.
In Yaml, a user can write
!GetAtt MyBucket.BucketName
or!Ref MyBucket
to refer to intrinsic functions.Currently we don't have any tests or examples covering these. Need to make sure we support them everywhere.
Also need to check:
CDK::GetProp
) Should it?The text was updated successfully, but these errors were encountered: