Skip to content

Instantly share code, notes, and snippets.

View sethtrain's full-sized avatar

Seth Buntin sethtrain

View GitHub Profile
/* global AWSCognito */
import actionTypes from './types';
AWSCognito.config.region = 'us-east-1';
AWSCognito.config.credentials = {
accessKeyId: "...",
secretAccessKey: "...",
};