Closed astuyve closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 76.33%. Comparing base (
5b4bc42
) to head (a2f7805
).:exclamation: Current head a2f7805 differs from pull request most recent head 9cd4a32. Consider uploading reports for the commit 9cd4a32 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Does it also fix https://github.com/DataDog/serverless-plugin-datadog/issues/477 ?
What does this PR do?
The
enableASM
functionality had two faulty logic components:enableASM
, only the presence. SoenableASM: false
would still attempt to enable ASM.AWS_LAMBDA_WRAPPER
and without it, the function crashes.Motivation
Fixes #480
Testing Guidelines
Additional Notes
Types of changes
Check all that apply