-
Notifications
You must be signed in to change notification settings - Fork 24
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
fix: Custom exception JSON converter #152
fix: Custom exception JSON converter #152
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #152 +/- ##
===========================================
+ Coverage 55.01% 56.29% +1.28%
===========================================
Files 37 41 +4
Lines 1685 1778 +93
===========================================
+ Hits 927 1001 +74
- Misses 758 777 +19
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Can we include the stack trace too? |
To support Lambda input event serialization, following custom converters from Amazon.Lambda.Serialization.SystemTextJson have been added:
|
Issue number: #151
Summary
This PR adds a custom JSON converter to serialize Exception
Changes
User experience
Checklist
Please leave checklist items unchecked if they do not apply to your change.
Is this a breaking change?
NoRFC issue number:
Checklist:
Acknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.