aws

Posted by neverset on March 28, 2021

lambda service

lambda service works as function as a service, the source code and library are packed into lambda function. the IAM defines who can call the lambda function and execution role defines what resources are available for the lambda function. lambda function can be called synchronized or asynchronized.
lambda use firecracker to isolate execuation environment from host.