Skip to content

Commit 8666d95

Browse files
authored
Merge pull request #188 from commandeer/default-accounts
basic us aws accounts for commandeer
2 parents 7f80d9c + 129c702 commit 8666d95

8 files changed

Lines changed: 228 additions & 8 deletions
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "Default Local Account",
3+
"description": "Default Region: US East 1 - us-east-1, LocalStack Port: 4566",
4+
"isLocal": true,
5+
"aws": {
6+
"region":"us-east-1",
7+
"accessKeyId":"LOCAL",
8+
"secretAccessKey":"LOCAL",
9+
"apigatewayEndpoint": "http://localhost:4566",
10+
"appSyncEndpoint": "http://localhost:4566",
11+
"cloudFormationEndpoint": "http://localhost:4566",
12+
"cloudwatchEndpoint": "http://localhost:4566",
13+
"cloudwatchLogsEndpoint": "http://localhost:4566",
14+
"cloudwatchEventsEndpoint": "http://localhost:4566",
15+
"cognitoEndpoint": "http://localhost:4566",
16+
"dynamoEndpoint": "http://localhost:4566",
17+
"ec2Endpoint": "http://localhost:4566",
18+
"ecsEndpoint": "http://localhost:4566",
19+
"iamEndpoint": "http://localhost:4566",
20+
"lambdaEndpoint": "http://localhost:4566",
21+
"s3Endpoint": "http://localhost:4566",
22+
"s3Prefix": "",
23+
"snsEndpoint": "http://localhost:4566",
24+
"sqsEndpoint": "http://localhost:4566"
25+
},
26+
"localstack": {
27+
"autoRemove": false,
28+
"dockerImageName": "localstack/localstack:0.12.11",
29+
"url": "http://localhost:4566"
30+
}
31+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "Local AWS US Account 1",
3+
"description": "Default Region: US East 1 - us-east-1, LocalStack Port: 4566",
4+
"isLocal": true,
5+
"aws": {
6+
"region":"us-east-1",
7+
"accessKeyId":"LOCAL",
8+
"secretAccessKey":"LOCAL",
9+
"apigatewayEndpoint": "http://localhost:4567",
10+
"appSyncEndpoint": "http://localhost:4567",
11+
"cloudFormationEndpoint": "http://localhost:4567",
12+
"cloudwatchEndpoint": "http://localhost:4567",
13+
"cloudwatchLogsEndpoint": "http://localhost:4567",
14+
"cloudwatchEventsEndpoint": "http://localhost:4567",
15+
"cognitoEndpoint": "http://localhost:4567",
16+
"dynamoEndpoint": "http://localhost:4567",
17+
"ec2Endpoint": "http://localhost:4567",
18+
"ecsEndpoint": "http://localhost:4567",
19+
"iamEndpoint": "http://localhost:4567",
20+
"lambdaEndpoint": "http://localhost:4567",
21+
"s3Endpoint": "http://localhost:4567",
22+
"s3Prefix": "",
23+
"snsEndpoint": "http://localhost:4567",
24+
"sqsEndpoint": "http://localhost:4567"
25+
},
26+
"localstack": {
27+
"autoRemove": false,
28+
"dockerImageName": "localstack/localstack:0.12.11",
29+
"url": "http://localhost:4567"
30+
}
31+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "LocalStack & Serverless Account",
3+
"description": "Default Region: US East 1 - us-east-1, LocalStack Port: 4571 )",
4+
"isLocal": true,
5+
"aws": {
6+
"region":"us-east-1",
7+
"accessKeyId":"LOCAL",
8+
"secretAccessKey":"LOCAL",
9+
"apigatewayEndpoint": "http://localhost:4571",
10+
"appSyncEndpoint": "http://localhost:4571",
11+
"cloudFormationEndpoint": "http://localhost:4571",
12+
"cloudwatchEndpoint": "http://localhost:4571",
13+
"cloudwatchLogsEndpoint": "http://localhost:4571",
14+
"cloudwatchEventsEndpoint": "http://localhost:4571",
15+
"cognitoEndpoint": "http://localhost:4571",
16+
"dynamoEndpoint": "http://localhost:4571",
17+
"ec2Endpoint": "http://localhost:4571",
18+
"ecsEndpoint": "http://localhost:4571",
19+
"iamEndpoint": "http://localhost:4571",
20+
"lambdaEndpoint": "http://localhost:4571",
21+
"s3Endpoint": "http://localhost:4571",
22+
"s3Prefix": "",
23+
"snsEndpoint": "http://localhost:4571",
24+
"sqsEndpoint": "http://localhost:4571"
25+
},
26+
"localstack": {
27+
"autoRemove": false,
28+
"dockerImageName": "localstack/localstack:0.12.11",
29+
"url": "http://localhost:4571"
30+
},
31+
"serverless": {
32+
"stage": "local"
33+
}
34+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "Local AWS US Gov 1 Account",
3+
"description": "Default Region: US Gov East 1- us-gov-east-1, LocalStack Port: 4568",
4+
"isLocal": true,
5+
"aws": {
6+
"region":"us-gov-east-1",
7+
"accessKeyId":"LOCAL",
8+
"secretAccessKey":"LOCAL",
9+
"apigatewayEndpoint": "http://localhost:4568",
10+
"appSyncEndpoint": "http://localhost:4568",
11+
"cloudFormationEndpoint": "http://localhost:4568",
12+
"cloudwatchEndpoint": "http://localhost:4568",
13+
"cloudwatchLogsEndpoint": "http://localhost:4568",
14+
"cloudwatchEventsEndpoint": "http://localhost:4568",
15+
"cognitoEndpoint": "http://localhost:4568",
16+
"dynamoEndpoint": "http://localhost:4568",
17+
"ec2Endpoint": "http://localhost:4568",
18+
"ecsEndpoint": "http://localhost:4568",
19+
"iamEndpoint": "http://localhost:4568",
20+
"lambdaEndpoint": "http://localhost:4568",
21+
"s3Endpoint": "http://localhost:4568",
22+
"s3Prefix": "",
23+
"snsEndpoint": "http://localhost:4568",
24+
"sqsEndpoint": "http://localhost:4568"
25+
},
26+
"localstack": {
27+
"autoRemove": false,
28+
"dockerImageName": "localstack/localstack:0.12.11",
29+
"url": "http://localhost:4568"
30+
}
31+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "Local AWS US Gov 2 Account",
3+
"description": "Default Region: US Gov West 1 - us-gov-west-1, LocalStack Port: 4569",
4+
"isLocal": true,
5+
"aws": {
6+
"region":"us-gov-west-1",
7+
"accessKeyId":"LOCAL",
8+
"secretAccessKey":"LOCAL",
9+
"apigatewayEndpoint": "http://localhost:4569",
10+
"appSyncEndpoint": "http://localhost:4569",
11+
"cloudFormationEndpoint": "http://localhost:4569",
12+
"cloudwatchEndpoint": "http://localhost:4569",
13+
"cloudwatchLogsEndpoint": "http://localhost:4569",
14+
"cloudwatchEventsEndpoint": "http://localhost:4569",
15+
"cognitoEndpoint": "http://localhost:4569",
16+
"dynamoEndpoint": "http://localhost:4569",
17+
"ec2Endpoint": "http://localhost:4569",
18+
"ecsEndpoint": "http://localhost:4569",
19+
"iamEndpoint": "http://localhost:4569",
20+
"lambdaEndpoint": "http://localhost:4569",
21+
"s3Endpoint": "http://localhost:4569",
22+
"s3Prefix": "",
23+
"snsEndpoint": "http://localhost:4569",
24+
"sqsEndpoint": "http://localhost:4569"
25+
},
26+
"localstack": {
27+
"autoRemove": false,
28+
"dockerImageName": "localstack/localstack:0.12.11",
29+
"url": "http://localhost:4569"
30+
}
31+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "Local AWS US Account 2",
3+
"description": "Default Region: US West 1 - us-west-1, LocalStack Port: 4570",
4+
"isLocal": true,
5+
"aws": {
6+
"region":"us-west-1",
7+
"accessKeyId":"LOCAL",
8+
"secretAccessKey":"LOCAL",
9+
"apigatewayEndpoint": "http://localhost:4570",
10+
"appSyncEndpoint": "http://localhost:4570",
11+
"cloudFormationEndpoint": "http://localhost:4570",
12+
"cloudwatchEndpoint": "http://localhost:4570",
13+
"cloudwatchLogsEndpoint": "http://localhost:4570",
14+
"cloudwatchEventsEndpoint": "http://localhost:4570",
15+
"cognitoEndpoint": "http://localhost:4570",
16+
"dynamoEndpoint": "http://localhost:4570",
17+
"ec2Endpoint": "http://localhost:4570",
18+
"ecsEndpoint": "http://localhost:4570",
19+
"iamEndpoint": "http://localhost:4570",
20+
"lambdaEndpoint": "http://localhost:4570",
21+
"s3Endpoint": "http://localhost:4570",
22+
"s3Prefix": "",
23+
"snsEndpoint": "http://localhost:4570",
24+
"sqsEndpoint": "http://localhost:4570"
25+
},
26+
"localstack": {
27+
"autoRemove": false,
28+
"dockerImageName": "localstack/localstack:0.12.11",
29+
"url": "http://localhost:4570"
30+
}
31+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "Local AWS US Account 3",
3+
"description": "Default Region: US West 2 - us-west-2, LocalStack Port: 4571",
4+
"isLocal": true,
5+
"aws": {
6+
"region":"us-west-2",
7+
"accessKeyId":"LOCAL",
8+
"secretAccessKey":"LOCAL",
9+
"apigatewayEndpoint": "http://localhost:4571",
10+
"appSyncEndpoint": "http://localhost:4571",
11+
"cloudFormationEndpoint": "http://localhost:4571",
12+
"cloudwatchEndpoint": "http://localhost:4571",
13+
"cloudwatchLogsEndpoint": "http://localhost:4571",
14+
"cloudwatchEventsEndpoint": "http://localhost:4571",
15+
"cognitoEndpoint": "http://localhost:4571",
16+
"dynamoEndpoint": "http://localhost:4571",
17+
"ec2Endpoint": "http://localhost:4571",
18+
"ecsEndpoint": "http://localhost:4571",
19+
"iamEndpoint": "http://localhost:4571",
20+
"lambdaEndpoint": "http://localhost:4571",
21+
"s3Endpoint": "http://localhost:4571",
22+
"s3Prefix": "",
23+
"snsEndpoint": "http://localhost:4571",
24+
"sqsEndpoint": "http://localhost:4571"
25+
},
26+
"localstack": {
27+
"autoRemove": false,
28+
"dockerImageName": "localstack/localstack:0.12.11",
29+
"url": "http://localhost:4571"
30+
}
31+
}

sample-apps/robinhood-for-reddit/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-6.0.2.tgz#3a84cf5ec3249439015e14049bd3161419bf9eae"
373373
integrity sha512-dIPoZ3g5gcx9zZEszaxLSVTvMReD3xxyyDnQUjA6IYDG9Ba2AV0otMPs+77sG9ojB4Qr2N2Vk5RnKeuA0X/0bg==
374374

375-
"@types/uuid@^8.3.0":
375+
"@types/uuid@8.3.0":
376376
version "8.3.0"
377377
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.0.tgz#215c231dff736d5ba92410e6d602050cce7e273f"
378378
integrity sha512-eQ9qFW/fhfGJF8WKHGEHZEyVWfZxrT+6CLIJGBcZPfxUh/+BnEj+UCGYMlr9qZuX/2AltsvwrGqp0LhEW8D0zQ==
@@ -2354,15 +2354,15 @@ semver@^7.1.3:
23542354
dependencies:
23552355
lru-cache "^6.0.0"
23562356

2357-
serverless-localstack@^0.4.28:
2357+
serverless-localstack@0.4.28:
23582358
version "0.4.28"
23592359
resolved "https://registry.yarnpkg.com/serverless-localstack/-/serverless-localstack-0.4.28.tgz#4e5cb3068ce9245a2070ed15c17dae47aa61cf89"
23602360
integrity sha512-bKgIrlWGKgaDUc7TF35k518G+eHR7T2KCBTxTRXvqrm+7KIOjD6MY+UtKfyxvUg+nrWTZPi+hm6fuGZ0s6Vtcg==
23612361
dependencies:
23622362
aws-sdk "^2.402.0"
23632363
es6-promisify "6.0.1"
23642364

2365-
serverless-offline@^6.8.0:
2365+
serverless-offline@6.8.0:
23662366
version "6.8.0"
23672367
resolved "https://registry.yarnpkg.com/serverless-offline/-/serverless-offline-6.8.0.tgz#65d2192e41ef87ebcbc1093108db6a25059d6ab5"
23682368
integrity sha512-DBDMcU58Bl+zZGSTAZ96Ed57k11oh0fQwgSoH2iVJpO6xFV9dTIttBYzTCwnfAgG0kB6NZK99Q/69b4brChTnQ==
@@ -2758,16 +2758,16 @@ uuid@3.3.2:
27582758
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"
27592759
integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==
27602760

2761+
uuid@8.3.2:
2762+
version "8.3.2"
2763+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
2764+
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
2765+
27612766
uuid@^3.3.2:
27622767
version "3.4.0"
27632768
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
27642769
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
27652770

2766-
uuid@^8.3.2:
2767-
version "8.3.2"
2768-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
2769-
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
2770-
27712771
vandium-utils@^1.1.1:
27722772
version "1.2.0"
27732773
resolved "https://registry.yarnpkg.com/vandium-utils/-/vandium-utils-1.2.0.tgz#44735de4b7641a05de59ebe945f174e582db4f59"

0 commit comments

Comments
 (0)