Skip to content

Bug: $AWS.SDK method types return Date in step functions #489

@thantos

Description

@thantos

$AWS.SDK method types return Date in step functions, but are actually a string.

DescribeStacks

"CreationTime": "2013-08-23T01:02:15.422Z",

$AWS.SDK.CloudFormation.describeStacks

export type CreationTime = Date;
    /**
     * The time at which the stack was created.
     */
    CreationTime: CreationTime;
  

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions