Skip to content

Instantly share code, notes, and snippets.

@amosuro
Created November 5, 2018 12:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amosuro/d4b54dfe789d068583c96a404247c1dd to your computer and use it in GitHub Desktop.
Save amosuro/d4b54dfe789d068583c96a404247c1dd to your computer and use it in GitHub Desktop.
const app = express();
const port = process.env.PORT || 5000;
AWS.config.update({region: 'eu-west-1'}); // Set the region that you configured in AWS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment