Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 460 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 460 Bytes

DEPRECATED: see the cloud_resume_cloudformation repo which is maintained

Lambda_DynamoDB_visitor_counter

Lambda function coupled with a DynamoDB table serving as a visitor counter

This Lambda function is triggered by API gateway. In each run, it increases the value in the DynamoDB table by 1 and then returns the current value.

DynamoDB table layout:
table name: visitor_counter
primary key: type (String)
column: count (Number)