Open VSVDEv opened 1 month ago
Agree the documentation for the native part is very poor. Currently we don't offer a archetype for it so you'd have to adapt the sample https://github.com/aws/serverless-java-container/tree/main/samples/springboot3/pet-store-native and apply it to your own application.
In addition we offer a walk-though workshop: https://catalog.workshops.aws/java-on-aws-lambda
Leaving this issue open to improve the docs.
To help us debug your issue fill in the basic information below using the options provided
Serverless Java Container version:
eg. 1.5
Implementations:
Spring Boot 2
Framework version:
eg SpringBoot 3.3.4
Frontend service:
REST API
Deployment method:
eg SAM
Scenario
I am tryin g to build native app and deploy, there are no instructions about how to build and deploy native app. I tried to use example pet-clinic native but I can only build it. Please provide typical way to build native app and deploy using architype
Expected behavior
Describe how you would expect the application to behave
Actual behavior
Describe what you are seeing instead
Steps to reproduce
generate app and create CRUD rest service
windows
linux
build native image
deploy to aws
sam deploy --guided --profile sv