You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: