

There are more AWS SDK examples available in the [AWS Doc SDK Examples](https://github.com/awsdocs/aws-doc-sdk-examples) GitHub repo.

# Serverless examples for Lambda
<a name="lambda_code_examples_serverless_examples"></a>

The following code examples show how to use Lambda with AWS SDKs.

**Topics**
+ [Connecting to an Amazon RDS database in a Lambda function](lambda_example_serverless_connect_RDS_Lambda_section.md)
+ [Invoke a Lambda function from a Kinesis trigger](lambda_example_serverless_Kinesis_Lambda_section.md)
+ [Invoke a Lambda function from a DynamoDB trigger](lambda_example_serverless_DynamoDB_Lambda_section.md)
+ [Invoke a Lambda function from a Amazon DocumentDB trigger](lambda_example_serverless_DocumentDB_Lambda_section.md)
+ [Invoke a Lambda function from an Amazon MSK trigger](lambda_example_serverless_MSK_Lambda_section.md)
+ [Invoke a Lambda function from an Amazon S3 trigger](lambda_example_serverless_S3_Lambda_section.md)
+ [Invoke a Lambda function from an Amazon SNS trigger](lambda_example_serverless_SNS_Lambda_section.md)
+ [Invoke a Lambda function from an Amazon SQS trigger](lambda_example_serverless_SQS_Lambda_section.md)
+ [Reporting batch item failures for Lambda functions with a Kinesis trigger](lambda_example_serverless_Kinesis_Lambda_batch_item_failures_section.md)
+ [Reporting batch item failures for Lambda functions with a DynamoDB trigger](lambda_example_serverless_DynamoDB_Lambda_batch_item_failures_section.md)
+ [Reporting batch item failures for Lambda functions with an Amazon SQS trigger](lambda_example_serverless_SQS_Lambda_batch_item_failures_section.md)