

# Example serverless applications for Amazon SAM
<a name="serverless-example-applications"></a>

This section includes two example applications: one that processes DynamoDB events and another that processes Amazon S3 events. Each example takes you through a step-by-step process of creating an application. Additionally, both include details on configuring event sources and Amazon resources. Both start by identifying what must be done before you start and follow with steps for initializing, testing, packaging, and deploying your application.

**Topics**
+ [Process DynamoDB events with Amazon SAM](serverless-example-ddb.md)
+ [Process Amazon S3 events with Amazon SAM](serverless-example-s3.md)