Closed
Description
Bug description
E2E tests are failing after the changes related to #826.
There’s a dependency issue in the job section that tests the layers, and as far as I can tell it’s because it’s requiring something from commons but we are installing the dependencies only in [layer-publisher](https://github.com/awslabs/aws-lambda-powertools-typescript/tree/main/layer-publisher)
.
Expected Behavior
E2E tests passing.
Current Behavior
See here.
Possible Solution
I remember advocating for this usage during review, now I'm wondering if we should use the published version or the local one. If the local one then we'll have to install commons
in that job.
Steps to Reproduce
N/A
Environment
- Powertools version used:
main
- Packaging format (Layers, npm): Layers
- AWS Lambda function runtime: N/A
- Debugging logs: N/A