You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I don't use the AWS CLI to instrument my Lambda functions, because my stack is serverless automated via AWS CDK and I configure New Relic Lambda Layer with NEW_RELIC_NO_CONFIG_FILE: 'true'.
Desired Behaviour
Custom option to pass timeout value.
Possible Solution
I would need to set the timeout through an environment variable.
Implement an option to pass an environment variable to set the New Relic log ingestion function timeout.
Example: `NEW_RELIC_TIMEOUT: '90'`
Additional context
Currently I have an application with specific scenario that needs 30+ seconds, so I'm having problems with the default timeout of New Relic Layer 30 seconds.
The text was updated successfully, but these errors were encountered:
Summary
Hello, I don't use the AWS CLI to instrument my Lambda functions, because my stack is serverless automated via AWS CDK and I configure New Relic Lambda Layer with NEW_RELIC_NO_CONFIG_FILE: 'true'.
Desired Behaviour
Custom option to pass timeout value.
Possible Solution
Additional context
Currently I have an application with specific scenario that needs 30+ seconds, so I'm having problems with the default timeout of New Relic Layer 30 seconds.
The text was updated successfully, but these errors were encountered: