medikoo / medikoo/serverless-plugin-reducer

Issue working with serverless-newrelic-lambda-layers

Open
#10 1 comment 0 reactions 1 assignee View on GitHub

@rbpimenta is already working on this.

Since Mar 26, 2024.

question
Dominant language
JavaScript
Stars
14
Forks
5
PR merge metrics
No merged PRs in 30d

Description

So, I believe this plugin have an issue working along with serverless-newrelic-lambda-layers.

I have the following plugins on my project

plugins:
  - serverless-domain-manager
  - serverless-dynamodb
  - serverless-associate-waf
  - serverless-prune-plugin
  - serverless-plugin-conditional-functions
  - serverless-middleware
  - serverless-plugin-typescript
  - serverless-newrelic-lambda-layers # should be after serverless-plugin-typescript
  - serverless-offline-sns
  - serverless-offline # needs to be last in the list

And when I added the plugin serverless-plugin-reducer it started failing with the following error:

  Error:
  "newrelic-lambda-wrapper.handler" doesn't reference a valid Node.js module

Does anyone know how to fix that?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.