Skip to content

huhreenee/count-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Count-API

Count API is a counter made using serverless AWS services of Lambda and DynamoDB

Usage

Use the API endpoint https://mc3xepweq4y6sfw4yswnq2izke0hyvtz.lambda-url.ap-south-1.on.aws/<action>/<key> to count a key item.

Possible actions are:

  • count : to count things for the key
  • get : to get the value for the key

Specification of the key

  • any alphanumeric valiue of the length 3 to 64
  • can include special characters '_' (underscore) and '-' (hyphen)

Example

About

A counter using lambda and dynamoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages