-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
documentationThis is a problem with documentation.This is a problem with documentation.p3This is a minor priority issueThis is a minor priority issuestepfunctions
Description
Describe the issue
The step_function client start_execution states the returned dictionary contains a key "startDatetime" of type Python datetime (with a naive datetime shown in the example) but when I tried used this function with boto 1.37.3 a floating point number value was returned with that key instead.
I know the value was a floating point number (due to the exception I got when trying to call datetime methods on it) but couldn't see the value itself... I assume it is actually a UTC Unix Epoch time?
Links
https://docs.aws.amazon.com/step-functions/latest/apireference/API_StartExecution.html
Metadata
Metadata
Assignees
Labels
documentationThis is a problem with documentation.This is a problem with documentation.p3This is a minor priority issueThis is a minor priority issuestepfunctions