Our Volunteer micro service is being implemented in Spring Boot 3/JDK17+.
We need this support for main, dev and test branches.
Check with the developers to make sure which build tool they are using - maven/gradle.
We need to generate an archive - either a Jar file or a Docker image that can be deployed in AWS as a Lambda function..later as a Docker container.
After build, push the code to our S3 private bucket based on env, deploy as a Lambda function in the same env.
Our Volunteer micro service is being implemented in Spring Boot 3/JDK17+.
We need this support for main, dev and test branches.
Check with the developers to make sure which build tool they are using - maven/gradle.
We need to generate an archive - either a Jar file or a Docker image that can be deployed in AWS as a Lambda function..later as a Docker container.
After build, push the code to our S3 private bucket based on env, deploy as a Lambda function in the same env.