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

Feature/make repo generic #7

Merged
merged 9 commits into from
Oct 11, 2022
Merged

Feature/make repo generic #7

merged 9 commits into from
Oct 11, 2022

Conversation

sb-keane
Copy link
Contributor

@sb-keane sb-keane commented Oct 11, 2022

The plan is to repurpose this repo as a generic lambda repo.

  1. Move eob fetcher code to a sub-folder
  2. Copy metrics lambda code over
  3. Initial jenkins and Artifactory pluming
  4. Send zips to Artifactory for all lambdas to make deploying easier

TODO:

  1. Set up sonarcube
  2. Parameterize build pipeline so finding the correct zip is easier

implementation 'gov.cms.ab2d:ab2d-events-client:1.6'
implementation 'com.amazonaws:aws-lambda-java-core:1.2.1'
implementation 'com.amazonaws:aws-lambda-java-events:3.11.0'
implementation 'software.amazon.awssdk:cloudwatch:2.17.271'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependabot - change this to 2.17.290

implementation 'com.amazonaws:aws-lambda-java-core:1.2.1'
implementation 'com.amazonaws:aws-lambda-java-events:3.11.0'
implementation 'software.amazon.awssdk:cloudwatch:2.17.271'
implementation 'com.amazonaws:aws-java-sdk-sqs:1.12.300'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependabot - change this to 1.12.319

implementation 'com.fasterxml.jackson.datatype:jackson-datatype-joda:2.13.4'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.4'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependabot - change these 2 to 5.9.1

implementation 'com.amazonaws:aws-lambda-java-core:1.2.1'
implementation 'com.amazonaws:aws-lambda-java-events:3.11.0'
implementation 'org.springframework:spring-context:5.3.20'
implementation 'com.newrelic.agent.java:newrelic-api:7.6.0'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependabot - change this to 7.10.0


java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does AWS support 17 yet?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not yet. It's been requested for almost a year aws/aws-lambda-base-images#29

@sb-keane sb-keane merged commit 2e4bf5d into main Oct 11, 2022
@sb-keane sb-keane deleted the feature/make_repo_generic branch October 11, 2022 19:40
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.

3 participants