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