Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 535 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 535 Bytes

visitor-counter-sam

Count website visits triggered from API Gateway REST API and updated by a Lambda function on a DyanamoDB table.

Serverless Architecture

Integrated with serverless methodologies means no need to manage underlying infrastructure.

AWS Serverless Application Model (SAM)

Leverages Infrasctructure as Code (IaC) using AWS Serverless Application Model (SAM).

Integrated with GitHub Actions - CICD

Every push on master branch will trigger a github workflow that will test and update the AWS resources involved.