-
Notifications
You must be signed in to change notification settings - Fork 175
fix(batch): declare the @aws-lambda-powertools/commons dependency #4484
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(batch): declare the @aws-lambda-powertools/commons dependency #4484
Conversation
Thanks a lot for your first contribution! Please check out our contributing guidelines and don't hesitate to ask whatever you need. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the changes @Grmiade. Just a small comment.
|
Awesome work, congrats on your first merged pull request and thank you for helping improve everyone's experience! |
@aws-powertools/lambda-typescript No related issues found. Please ensure 'pending-release' label is applied before releasing. |
Summary
The
@aws-lambda-powertools/commons
dependency was not declared in thebatch
package.It seems that this regression has been introduced with #4465.
See https://github.com/aws-powertools/powertools-lambda-typescript/pull/4465/files#diff-179ff02baca1caba368814f8214b5dbdf33c3e9bf7cebe51014d0dfb54c59dadR1
Changes
@aws-lambda-powertools/commons
as dependency forbatch
commons
package instead of../../commons/lib/esm/types/GenericLogger.js
imports.BatchProcessor
import in types.fixes #4485
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.