Hello everyone,
I have a basic CRUD web api with Spring Boot involving Authentication and Authorization with JWT, controllers, services and repositories.
What should be the steps in order for me to go into AWS Lambda and not as a standalone application being on listening all the time.
This is more of a project for me to understand the capabilities. I know that the Cold Start would be insane for a Lambda, so do you have any sort of optimization for this?
Is it possible to try something like this also in a local development environment?
Thanks