Skip to content

The Console runtime now always returns the command output #1809

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jun 18, 2024
Merged

Conversation

mnapoli
Copy link
Member

@mnapoli mnapoli commented May 14, 2024

Before this change, it would only return the output in case of success (not in case of errors). The output could be retrieved via logs. It can now always be retrieved via the invocation result.

This should make it easier to build tooling around this: no need to use CloudWatch to retrieve the command output now.

mnapoli added 7 commits May 14, 2024 15:50
Before this change, it would only return the output in case of success (not in case of errors). The output could be retrieved via logs. It can now always be retrieved via the invocation result.
@mnapoli mnapoli merged commit 5690111 into master Jun 18, 2024
8 checks passed
@mnapoli mnapoli deleted the cli-response branch June 18, 2024 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant