powertools-lambda-typescript icon indicating copy to clipboard operation
powertools-lambda-typescript copied to clipboard

Bug (layers): release process is broken

Open dreamorosi opened this issue 3 years ago • 0 comments

Bug description

Similar to what happened with #1046 the addition of the layer-publisher folder caused some issues with the release workflow making it fail.

Expected Behavior

The release process should carry on as expected.

Current Behavior

The new folder was added to the lerna context, so that every time a lerna ... command is run, that same command is also run in that folder. This is not an issue, but since we were not actually installing the dependencies of that folder the whole process would fail.

Possible Solution

Add a step that installs the dependencies.

Steps to Reproduce

Run the workflow.

Environment

  • Powertools version used: main
  • Packaging format (Layers, npm): N/A
  • AWS Lambda function runtime: N/A
  • Debugging logs: N/A

Related issues, RFCs

#826

dreamorosi avatar Aug 11 '22 14:08 dreamorosi