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.
- Host: GitHub
- URL: https://github.com/josgard94/serverless-api-python
- Owner: josgard94
- License: apache-2.0
- Created: 2025-02-09T04:48:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-15T06:50:03.000Z (about 1 year ago)
- Last Synced: 2025-08-24T15:00:31.288Z (7 months ago)
- Topics: aws, aws-api-gateway, aws-apigateway, cloudformation, iam-role, serverless, serverless-skeleton, serverless-template
- Language: JavaScript
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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