-
Notifications
You must be signed in to change notification settings - Fork 145
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
Feature request: main implementation, randomization, middy middleware, correlation ID's, optional: object merging #139
Comments
Writing down my understanding from our discussion yesterday:
|
Regarding number 4, a quick win until we have our own implementation could be to switch to Just for context, these two are the functions that I saw are used in the Logger and that are exported as separate packages. |
@bahrmichael your understanding is 100% correct. @dreamorosi well spotted! I wasn't aware that separated packages formats exist. |
|
Middy middleware implemented in #313 |
2, 4 have been addressed. 1 won't be part of the GA milestone and 3 has its own issue. |
|
Description of the feature request
Problem statement
There are some areas that should be revisited or implemented.
Summary of the feature
Not optimal.
Implementation of middy-compatible middleware logic to match the one of the decorator which is already existing.
Correlation ID's propagation - see Feature request: correlation ID's propagation #129
Optional: replace lodash library with in-house custom code
Code examples
Benefits for you and the wider AWS community
Describe alternatives you've considered
Additional context
Related issues, RFCs
#129
The text was updated successfully, but these errors were encountered: