An open API service indexing awesome lists of open source software.

https://github.com/josgard94/serverless-api-python

This repository contains a serverless example using AWS CloudFormation, API Gateway, AWS Lambda, Boto3, the Serverless Framework, and Python 3.
https://github.com/josgard94/serverless-api-python

aws aws-api-gateway aws-apigateway cloudformation iam-role serverless serverless-skeleton serverless-template

Last synced: 7 months ago
JSON representation

This repository contains a serverless example using AWS CloudFormation, API Gateway, AWS Lambda, Boto3, the Serverless Framework, and Python 3.

Awesome Lists containing this project

README

          

# Serverless Example with AWS CloudFormation

This repository contains a serverless example using the following AWS services and tools:

- **AWS CloudFormation** – Infrastructure as Code (IaC) for managing AWS resources
- **API Gateway** – Manages and exposes the API endpoints
- **AWS Lambda** – Serverless compute for executing functions
- **Boto3** – AWS SDK for Python to interact with AWS services
- **Serverless Framework** – Simplifies deployment and management of serverless applications
- **Python 3** – The programming language used for Lambda functions