Skip to content

zugarzeeker/remeind-poc

Repository files navigation

remeind-poc

Experiment (prove of concept)

Getting Started

run command npm install or yarn for install packages and dependencies

config your secret config/default.json

{
  "awsConfig": {
    "accessKeyId": "",
    "secretAccessKey": "",
    "region": ""
  },
  "Role": "",
  "TopicArn": "",
  "prefixFunctionArn": "",
  "memjs": {
    "endpoint": "",
    "username": "",
    "password": ""
  }
}

Run commands with prefix (dirname)

node create-lambda/index.js

Lambda Subscribe SNS

node create-lambda/index.js
node lambda-subscribe-sns/index.js
node add-permission-lambda-sns/index.js