You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dreamorosi opened this issue
Jan 16, 2025
· 2 comments
· Fixed by #3476
Assignees
Labels
completedThis item is complete and has been merged/shippedinternalPRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)parserThis item relates to the Parser Utility
The Parser unit test introduced a dependency @faker-js/faker that is used very sparingly throughout the tests. In an effort to keep the dependency surface area small, we should try to remove it.
Why is this needed?
So that we can avoid having an extra dependency for a single usage.
Should this be considered in other Powertools for AWS Lambda languages? i.e. Python, Java, and .NET
Future readers
Please react with 👍 and your use case to help us understand customer demand.
The text was updated successfully, but these errors were encountered:
dreamorosi
added
confirmed
The scope is clear, ready for implementation
internal
PRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)
parser
This item relates to the Parser Utility
labels
Jan 16, 2025
completedThis item is complete and has been merged/shippedinternalPRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)parserThis item relates to the Parser Utility
Summary
The Parser unit test introduced a dependency
@faker-js/faker
that is used very sparingly throughout the tests. In an effort to keep the dependency surface area small, we should try to remove it.Why is this needed?
So that we can avoid having an extra dependency for a single usage.
Which area does this relate to?
Other
Solution
No response
Acknowledgment
Future readers
Please react with 👍 and your use case to help us understand customer demand.
The text was updated successfully, but these errors were encountered: