newrelic / newrelic/java-aws-lambda
Extra dependencies?
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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