Skip to content

Objects passed to the context output methods aren't serialized #54

@jkells

Description

@jkells

It's common to call context.succeed context.error and context.done with an object instead of a string.

The lambda invoke task fails to output them, instead just printing the following

Success!  Message:
------------------
[object Object]

I think the output objects should be serialized so you get some sane output.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions