Skip to main content

Command Palette

Search for a command to run...

Aws Lambda ⛅

Published
1 min readView as Markdown
M

Hey! I am a software Engineer who is skilled in Java backend and has a good understanding of Spring Boot and Quarkus Frameworks

Serverless computing

Runs on the server you don't have to buy or manage.

Code runs on a server you don't have to buy or manage.

Code runs in response to some event, on the server you don't have to buy or manage it.

Can also be thought of as "Scripts" or "Functions".

Aws lambda lets you run code without provisioning or managing servers, it scales automatically and only charges for the time your code is running.

Advantages :

  • Zero server management

  • Flexible scaling

  • No idle capacity (Pricing is pay-as-you-go)

https://www.baeldung.com/spring-boot-aws-lambda