Skip to content

Instantly share code, notes, and snippets.

View cameroncf's full-sized avatar

Cameron Childress cameroncf

  • Sumo Consulting
  • Atlanta, GA
View GitHub Profile
const env = require('process').env;
const fetch = require('node-fetch');
const URL = require('url');
const AWS = require('aws-sdk');
AWS.config.update({
region: env.AWS_REGION,
credentials: new AWS.Credentials(env.AWS_ACCESS_KEY_ID, env.AWS_SECRET_ACCESS_KEY, env.AWS_SESSION_TOKEN)
});
@cameroncf
cameroncf / file.cfm
Last active August 29, 2015 13:57 — forked from muracms/file.cfm
<plugin>
...
<ormcfclocation>path/to/entites</ormcfclocation>
...
<plugin>