Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit 751ebf9

Browse files
authored
Updated region to us-east-1 for consistency
1 parent a013e1a commit 751ebf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lambda-functions/receive-vote

lambda-functions/receive-vote/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var dynamodb = new AWS.DynamoDB();
44

55
exports.handler = function(event, context) {
66
var twilio = require('twilio');
7-
var dynamodb = new AWS.DynamoDB({apiVersion: '2012-08-10', region: 'us-west-2'});
7+
var dynamodb = new AWS.DynamoDB({apiVersion: '2012-08-10', region: 'us-east-1'});
88

99
/* Make sure we have a valid vote (one of [RED, GREEN, BLUE]) */
1010
console.log(event);

0 commit comments

Comments
 (0)