|
5 | 5 |
|
6 | 6 | http://aws.amazon.com/asl/ |
7 | 7 |
|
8 | | - or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions and limitations under the License. |
| 8 | + or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions and limitations under the License. |
9 | 9 | */ |
10 | 10 |
|
11 | 11 | /** |
@@ -55,7 +55,7 @@ var qs = []; |
55 | 55 | q_region = function(callback) { |
56 | 56 | rl.question('Enter the Region for the Configuration > ', function(answer) { |
57 | 57 | if (common.blank(answer) !== null) { |
58 | | - common.validateArrayContains([ "ap-northeast-1", "ap-southeast-1", "ap-southeast-2", "eu-central-1", "eu-west-1", "sa-east-1", "us-east-1", "us-west-1", "us-west-2" ], answer |
| 58 | + common.validateArrayContains([ "ap-northeast-1", "ap-northeast-2", "ap-southeast-1", "ap-southeast-2", "eu-central-1", "eu-west-1", "sa-east-1", "us-east-1", "us-west-1", "us-west-2" ], answer |
59 | 59 | .toLowerCase(), rl); |
60 | 60 |
|
61 | 61 | setRegion = answer.toLowerCase(); |
@@ -411,7 +411,7 @@ last = function(callback) { |
411 | 411 | // export the setup module so that customers can programmatically add new |
412 | 412 | // configurations |
413 | 413 | setup = function(useConfig, callback) { |
414 | | - common.setup(useConfig, dynamoDB, s3, lambda, callback); |
| 414 | + common.setup(useConfig, dynamoDB, s3, lambda, callback); |
415 | 415 | }; |
416 | 416 | exports.setup = setup; |
417 | 417 |
|
|
0 commit comments