|
| 1 | +AWS_CONFIG = { |
| 2 | + "region": "us-east-1", |
| 3 | + "endpoints": [ |
| 4 | + { |
| 5 | + "s3": "http://localhost:4566", |
| 6 | + "sts": "http://localhost:4566", |
| 7 | + "apigateway": "http://localhost:4566", |
| 8 | + "apigatewayv2": "http://localhost:4566", |
| 9 | + "cloudformation": "http://localhost:4566", |
| 10 | + "cloudwatch": "http://localhost:4566", |
| 11 | + "dynamodb": "http://localhost:4566", |
| 12 | + "ec2": "http://localhost:4566", |
| 13 | + "es": "http://localhost:4566", |
| 14 | + "elasticache": "http://localhost:4566", |
| 15 | + "firehose": "http://localhost:4566", |
| 16 | + "iam": "http://localhost:4566", |
| 17 | + "kinesis": "http://localhost:4566", |
| 18 | + "lambda": "http://localhost:4566", |
| 19 | + "rds": "http://localhost:4566", |
| 20 | + "redshift": "http://localhost:4566", |
| 21 | + "route53": "http://localhost:4566", |
| 22 | + "s3": "http://s3.localhost.localstack.cloud:4566", |
| 23 | + "secretsmanager": "http://localhost:4566", |
| 24 | + "ses": "http://localhost:4566", |
| 25 | + "sns": "http://localhost:4566", |
| 26 | + "sqs": "http://localhost:4566", |
| 27 | + "ssm": "http://localhost:4566", |
| 28 | + "stepfunctions": "http://localhost:4566", |
| 29 | + "sts": "http://localhost:4566", |
| 30 | + } |
| 31 | + ], |
| 32 | +} |
0 commit comments