Make sure there's a table named "AtomicCounters", with "id" (string) as the primary hash key, in your AWS account. /configurations/config.json - stores amazon credentials
You must add AmazonDynamoDBFullAccess
policy to your executor role.
APIGatewayAdministrator IAMFullAccess (Creates role for svm-counter-executor) AmazonAPIGatewayAdministrator
npm i -g typescript
npm i
gulp
or (depending on your preference)
grunt
npm run dev
claudia generate-serverless-express-proxy --express-module dist/server
claudia create --handler lambda.handler --deploy-proxy-api --region us-east-1
claudia update
You must remove AmazonDynamoDBFullAccess
policy from your executor role before running destroy.
claudia destroy