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

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

Notifications You must be signed in to change notification settings

thrubovc/Lambda_DynamoDB_visitor_counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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)

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages