|
| 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 | +} |
0 commit comments