Skip to content
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

Follow AWS Lambda handler resolution for nodejs. #204

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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