aws-cloudformation-templates icon indicating copy to clipboard operation
aws-cloudformation-templates copied to clipboard

Fix DatetimeNow macro example

Open sowla opened this issue 2 years ago • 0 comments

as it currently refers to a non-existent transform and parameter.

Description of changes:

  1. change the transform name from 'String' to 'DatetimeNow' When I run the example as is, I get the error No transform named <account ID>::String found.

  2. change the parameter name from 'param' to 'format' When I run the example as is, I get the error Transform <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.

sowla avatar Nov 05 '22 07:11 sowla