Spring Boot Rest API deployed in AWS Lambda (Serverless) Git lab CI/CD
Just to begin AWS Lambda is server less architecture, which allows you to run the code without managing the server and cost is pay per use, usually its based on number of invocation and execution time.
Usually lambda is preferred for small task or to have platform specific trigger. But