I hereby claim:
- I am battand on github.
- I am battand (https://keybase.io/battand) on keybase.
- I have a public key ASAlsefjB_sZnIXQEAbWyPEvtTbPg_zk-1Nv4Tw7EWpU6Ao
To claim this, I am signing this object:
| const _ = require('lodash'); | |
| const AWS = require('aws-sdk'); | |
| const csv = require('csv'); | |
| const fs = require('fs') | |
| var parse = require('csv-parse') | |
| const dynamoClient = new AWS.DynamoDB(); | |
| exports.CreateProductNotification = async (ProductId, Emails) => { | |
| let result = await dynamoClient |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| import boto3 | |
| from csv import DictReader | |
| from io import StringIO | |
| from pprint import pprint | |
| import json | |
| from os import environ | |
| s3 = boto3.resource('s3') |
The following instructions assume that the Curiosity and CuriosityFrontend projects are checked out in the /curiosity directory on the VM. These instructions also assume that there is a virtualenv for each project.
Create new directory '/curiosity', clone Curiosity and CursiosityFrontned repos into this directory.
Copy the files in this Gist to the following locations on the VM:
vhost.conf -> /etc/nginx/sites-enabled/curiosity.confenvironment.conf -> /etc/nginx/environment/curiosity.confcacert.pem -> /etc/nginx/cacert.pemprivate.key -> /etc/nginx/private.key