

 The [Amazon SDK for JavaScript V3 API Reference Guide](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/) describes in detail all the API operations for the Amazon SDK for JavaScript version 3 (V3). 

# Amazon Lambda examples
<a name="lambda-examples"></a>

Amazon Lambda is a serverless compute service that lets you run code without provisioning or managing servers, creating workload-aware cluster scaling logic, maintaining event integrations, or managing runtimes. 

The JavaScript API for Amazon Lambda is exposed through the [LambdaService](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lambda/) client class.

Here are a list of examples that demonstrate how to create and use Lambda functions with the Amazon SDK for JavaScript v3:
+ [Invoking Lambda with API Gateway](api-gateway-invoking-lambda-example.md)
+ [Creating scheduled events to execute Amazon Lambda functions](scheduled-events-invoking-lambda-example.md)