'Including datetime in parameter for step function params.json
I have a section of my params.json input for a set of step functions, and I would like to modify some of the parameters to include a datetime that gets rendered in the input parameters.
"Predictor": {
"PredictorName": "normal_name_/*DATETIME HERE*/",
"ForecastHorizon": 181,
. . .
},
I am currently doing it by modifying the input parameters in the first step of the function, however this is problematic as every time I run it it will re render the datetime and I'd like to "lock in" the date as whenever the step function execution was created. Is this possible?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
