Created
November 5, 2018 12:30
-
-
Save amosuro/d4b54dfe789d068583c96a404247c1dd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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