Skip to content

Commit

Permalink
Merge pull request #56 from trenton/master
Browse files Browse the repository at this point in the history
Make example region the same as the default
  • Loading branch information
kahouieong committed Dec 16, 2017
2 parents 745289c + b4d455f commit ffe68f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-portal/public/apigateway-js-sdk/README.md
Expand Up @@ -61,7 +61,7 @@ var apigClient = apigClientFactory.newClient({
accessKey: 'ACCESS_KEY',
secretKey: 'SECRET_KEY',
sessionToken: 'SESSION_TOKEN', //OPTIONAL: If you are using temporary credentials you must include the session token
region: 'eu-west-1' // OPTIONAL: The region where the API is deployed, by default this parameter is set to us-east-1
region: 'us-east-1' // OPTIONAL: The region where the API is deployed (e.g. eu-west-1, us-west-2). Defaults to us-east-1.
});
```

Expand Down

0 comments on commit ffe68f9

Please sign in to comment.