Skip to content

Conversation

ianmuninio
Copy link

@ianmuninio ianmuninio commented Feb 5, 2024

This PR will follow how AWS Lambda resolves their handler. I will create another PR in newrelic/newrelic-lambda-extension to address the logging issue that the extension is sending to newrelic logs console.

Edit 1:
PR for lambda extension for nodejs newrelic/newrelic-lambda-extension#190

lambda.cjs
export default { handler: () => 'hello world' }

AWS: lambda.default.handler //-> passed
NewRelic: lambda.default.handler //-> failed

@CLAassistant
Copy link

CLAassistant commented Feb 5, 2024

CLA assistant check
All committers have signed the CLA.

@ianmuninio ianmuninio changed the title Follow AWS Lambda handler resolving for nodejs. Follow AWS Lambda handler resolution for nodejs. Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants