Scale your @Controller to zero with AWS Lambda or Azure Function by Oleg Zhurakousky @ Spring I/O

preview_player
Показать описание
Spring I/O 2023 - Barcelona, 18-19 May

World is full of RESTful services. Many of them are written using hugely popular Spring Web @Controller programming model. Yet a lot of them still run on managed infrastructure. But it is changing and it is finally possible to deploy and run these services without application code changes in a scale to zero fashion using platforms such as AWS Lambda, Azure Functions etc, benefiting also from an attractive “pay as you use” billing model and without having to manage servers or even containers. In this hands on session Oleg will discuss and demonstrate how an existing Spring Web application can be deployed and execute on these serverless platforms.
Рекомендации по теме
Комментарии
Автор

Spring Functions is a very nice feature that should definitely evolve!

andmal
Автор

Nice presentation. Need to read more to understand to make existing MVC Controllers to Spring Function. Is it possible so the transformation without Tomcat as runtime?

Anbu_Sampath