aws-cloudformation-templates
aws-cloudformation-templates copied to clipboard
Fix DatetimeNow macro example
as it currently refers to a non-existent transform and parameter.
Description of changes:
-
change the transform name from
'String'
to'DatetimeNow'
When I run the example as is, I get the errorNo transform named <account ID>::String found.
-
change the parameter name from
'param'
to'format'
When I run the example as is, I get the errorTransform <account ID>::DatetimeNow failed with: 'format'
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.