This repository contains multiple examples of serverless applications built using Amazon Web Services (AWS) Lambda with other AWS services and the Serverless Application Model (SAM) framework.
To get started with the examples in this repository, you will need to have an AWS account.
AWS CLI: Install the AWS Command Line Interface (AWS CLI)
To use the SAM CLI, you need the following tools.
- SAM CLI - Install the SAM CLI
- Python 3 installed
- Docker - Install Docker community edition
Each example is provided as a separate directory, and each directory contains its own README.md file with detailed instructions on how to deploy the example to your AWS account.
The following is a list of the example serverless applications provided in this repository:
Example 1: A simple Lambda function that read and process the event information, returns a message
We welcome contributions to this repository! If you have an example of a serverless application that you would like to share, please feel free to submit a pull request.
This repository is licensed under the Apache 2.0 license. See the LICENSE file for more information.