Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 591 Bytes

File metadata and controls

10 lines (8 loc) · 591 Bytes

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