AWS Open Source Blog

Stefano Buliani

Author: Stefano Buliani

Stefano is a serverless specialist solutions architect at AWS. Stefano helps AWS customers develop, deploy, and scale their serverless applications. Stefano also maintains a number of open source projects such as Serverless Java Container, Lambda Go API, and Serverless SAM.

Rust + Lambda logos

Rust Runtime for AWS Lambda

中文版 AWS Lambda, which makes it easy for developers to run code for virtually any type of application or backend service with zero administration, has just announced the Runtime APIs. The Runtime APIs define an HTTP-based specification of the Lambda programming model which can be implemented in any programming language. To accompany the API launch, […]

Running APIs Written in Java on AWS Lambda

中文版 Java developers have a vast selection of open source frameworks to build server-side APIs at their disposal: from Spring and Spring Boot to Jersey to Spark. Normally, these frameworks embed a servlet container engine, such as Tomcat, in the built package to run on a server. In the serverless world, AWS Lambda and Amazon […]