An event driven computing service
for dynamic applications
Lambda is accessible from the
AWS Management Console,
the AWS SDKs and
the AWS Command Line Interface (CLI).
The Lambda APIs can be used to connect existing code editors and other development tools to Lambda.
The context information for a function specifies the amount of memory needed to run it.
You can set this to any desired value between 128 MB and 1 GB.
The memory setting also determines the amount of
CPU power,
network bandwidth, and
I/O bandwidth that are made available to the function.