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

feat: Add support for .NET agent lambdas using the layer. #440

Merged
merged 6 commits into from
Jun 12, 2024

Conversation

jaffinito
Copy link
Member

Description

Adds support for .NET lambda layers, mainly by setting up the environment variables.

How to Test

Related Issues

src/index.ts Show resolved Hide resolved
src/index.ts Show resolved Hide resolved
Copy link

codecov bot commented Jun 7, 2024

Codecov Report

Attention: Patch coverage is 0% with 5 lines in your changes missing coverage. Please review.

Project coverage is 34.82%. Comparing base (b6ae3ae) to head (cfd6f72).

Files Patch % Lines
src/index.ts 0.00% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #440      +/-   ##
==========================================
- Coverage   35.14%   34.82%   -0.32%     
==========================================
  Files           4        4              
  Lines         552      557       +5     
  Branches      149      150       +1     
==========================================
  Hits          194      194              
- Misses        329      334       +5     
  Partials       29       29              
Flag Coverage Δ
unit-tests 34.82% <0.00%> (-0.32%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nr-ahemsath nr-ahemsath marked this pull request as ready for review June 7, 2024 17:50
@ashishsinghnr
Copy link
Contributor

@nr-ahemsath ,

  1. for validate pull request. Please refer to the following document - https://www.conventionalcommits.org/en/v1.0.0/
    Example - [optional scope]:
  2. Also, kindly re-validate the test cases, looks like test cases are failing.

@chaudharysaket chaudharysaket changed the title Add support for .NET agent lambdas using the layer. feat: Add support for .NET agent lambdas using the layer. Jun 10, 2024
@jaffinito jaffinito merged commit 7bd2621 into newrelic:main Jun 12, 2024
6 of 8 checks passed
@github-actions github-actions bot mentioned this pull request Jun 12, 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.

5 participants