

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

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

AWS 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 AWS 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 AWS SDK for JavaScript v3:
+ [Invoking Lambda with API Gateway](api-gateway-invoking-lambda-example.md)
+ [Creating scheduled events to execute AWS Lambda functions](scheduled-events-invoking-lambda-example.md)