newrelic / newrelic/java-aws-lambda

Extra dependencies?

Open
#54 3 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
13
Forks
6
PR merge metrics
No merged PRs in 30d

Description

Are all 3 of these needed for some reason? I looked at source code and see no ref to them. We are trying to make our java lambda artifact as small as possible, so would like know if I can exclude these.

implementation 'com.amazonaws:aws-java-sdk-s3:1.12.13'
implementation 'com.amazonaws:aws-java-sdk-kinesis:1.11.163'
implementation 'com.amazonaws:aws-java-sdk-dynamodb:1.11.163'

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No file or test is named. Start by locating the build configuration containing the three AWS SDK dependencies, then search the source and packaging configuration for references to S3, Kinesis, and DynamoDB. Done means confirming which dependencies are required and documenting or applying the safe exclusions so the Lambda artifact is smaller.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, java
Domain
cloud
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.