Skip to content

Fix Lambda Test Tool handling of missing start options - #2525

Draft
maoyouaa wants to merge 1 commit into
aws:masterfrom
maoyouaa:mao/fix-test-tool-missing-start-options
Draft

Fix Lambda Test Tool handling of missing start options#2525
maoyouaa wants to merge 1 commit into
aws:masterfrom
maoyouaa:mao/fix-test-tool-missing-start-options

Conversation

@maoyouaa

Copy link
Copy Markdown

Issue #, if available:

Fixes #2523

Description of changes:

  • Treat missing emulator or event source options as an expected user error instead of an unhandled exception.
  • Preserve the actionable parameter message without displaying the “This is a bug” banner.
  • Add regression coverage and a patch change file.

Testing:

  • .NET 8 unit tests: 197 passed, 1 skipped (198 total)
  • .NET 10 unit tests: 197 passed, 1 skipped (198 total)
  • Verified that start with no options exits with code 1 and displays only the parameter guidance

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

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.

During start command got bug error

1 participant