spring-native-aws-lambda icon indicating copy to clipboard operation
spring-native-aws-lambda copied to clipboard

Investigate the usage of buildpack

Open muhamadto opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe. No problem

Describe the solution you'd like A clear and concise description of what you want to happen. Currently this project uses dockerfile for building and extracting the jar to be deployed. AWS allows creating lambda from a docker image. Spring native allows devs to build an docker image via buildpack but the images are not based on amazon linux 2— which is required for AWS lambda env.

Check if there is away to make buildpack create an image based on amazon linux 2 then create an image and deploy it to aws lambda.

muhamadto avatar Jul 23 '22 07:07 muhamadto