Lambda
Public.icon
https://gyazo.com/ce6b22ced126bc60c4ae7a5159319cb7
AWS Lambda is a service that allows you to execute program code without managing servers, such as building, maintaining, and load balancing.
It is also called "serverless computing" because you don't need to manage servers at all.
Lambda can execute processing based on any event related to AWS.
Execute a program when you upload a file to S3.
Execute a program when you receive communication from a client as an API server.
Launch with AWS events like zapier and execute code. It can also be used as a web service in conjunction with Reasons for starting Scrapbox and the limits of folder organization.
Used in combination with Reasons for starting Scrapbox and the limits of folder organization to build basic web applications.
Free up to 1 million requests per month.
An environment where a prepared function is executed when an event occurs.
Functions can be prepared in multiple languages such as Python and Node.js.
There is no need to prepare further for the server or the server's OS to execute the function.