Skip to content

Commit c7234ef

Browse files
Sort Botocore services by name
1 parent f1c2318 commit c7234ef

File tree

1 file changed

+92
-90
lines changed

1 file changed

+92
-90
lines changed

Diff for: localstack_client/config.py

+92-90
Original file line numberDiff line numberDiff line change
@@ -13,117 +13,119 @@
1313
# latest version is to access all services via a single "edge service" (port 4566 by default)
1414
_service_ports: Dict[str, int] = {
1515
"edge": 4566,
16+
# Botocore services
17+
# When adding new services below, assign them port 4566
18+
"acm": 4619,
19+
"amplify": 4622,
1620
"apigateway": 4567,
21+
"apigatewaymanagementapi": 4625,
1722
"apigatewayv2": 4567,
18-
"kinesis": 4568,
23+
"appconfig": 4632,
24+
"appconfigdata": 4632,
25+
"appflow": 4566,
26+
"application-autoscaling": 4623,
27+
"appsync": 4605,
28+
"athena": 4607,
29+
"autoscaling": 4616,
30+
"backup": 4638,
31+
"batch": 4614,
32+
"ce": 4633,
33+
"cloudformation": 4581,
34+
"cloudfront": 4606,
35+
"cloudsearch": 4595,
36+
"cloudtrail": 4612,
37+
"cloudwatch": 4582,
38+
"codecommit": 4620,
39+
"cognito-identity": 4591,
40+
"cognito-idp": 4590,
41+
"config": 4641,
42+
"configservice": 4641,
43+
"docdb": 4594,
1944
"dynamodb": 4569,
2045
"dynamodbstreams": 4570,
46+
"ec2": 4597,
47+
"ecr": 4610,
48+
"ecs": 4601,
49+
"efs": 4637,
50+
"eks": 4602,
51+
"elasticache": 4598,
52+
"elasticbeanstalk": 4604,
2153
"elasticsearch": 4571,
22-
"s3": 4572,
23-
"firehose": 4573,
24-
"lambda": 4574,
25-
"sns": 4575,
26-
"sqs": 4576,
27-
"redshift": 4577,
28-
"redshift-data": 4577,
54+
"elb": 4588,
55+
"elbv2": 4628,
56+
"emr": 4600,
57+
"emr-serverless": 4566,
2958
"es": 4578,
30-
"opensearch": 4578,
31-
"ses": 4579,
32-
"sesv2": 4579,
33-
"route53": 4580,
34-
"route53resolver": 4580,
35-
"cloudformation": 4581,
36-
"cloudwatch": 4582,
37-
"ssm": 4583,
38-
"secretsmanager": 4584,
39-
"stepfunctions": 4585,
40-
"logs": 4586,
4159
"events": 4587,
42-
"elb": 4588,
60+
"firehose": 4573,
61+
"fis": 4643,
62+
"glacier": 4613,
63+
"glue": 4608,
64+
"iam": 4593,
4365
"iot": 4589,
4466
"iotanalytics": 4589,
67+
"iot-data": 4589,
4568
"iotevents": 4589,
4669
"iotevents-data": 4589,
47-
"iotwireless": 4589,
48-
"iot-data": 4589,
4970
"iot-jobs-data": 4589,
50-
"cognito-idp": 4590,
51-
"cognito-identity": 4591,
52-
"sts": 4592,
53-
"iam": 4593,
71+
"iotwireless": 4589,
72+
"kafka": 4624,
73+
"keyspaces": 4566,
74+
"kinesis": 4568,
75+
"kinesisanalytics": 4621,
76+
"kinesisanalyticsv2": 4621,
77+
"kms": 4599,
78+
"lakeformation": 4639,
79+
"lambda": 4574,
80+
"logs": 4586,
81+
"mediaconvert": 4634,
82+
"mediastore": 4617,
83+
"mediastore-data": 4617,
84+
"meteringmarketplace": 4644,
85+
"mq": 4566,
86+
"mwaa": 4642,
87+
"neptune": 4594,
88+
"opensearch": 4578,
89+
"organizations": 4615,
90+
"pinpoint": 4566,
91+
"pipes": 4566,
92+
"qldb": 4611,
93+
"qldb-session": 4611,
94+
"ram": 4566,
5495
"rds": 4594,
5596
"rds-data": 4594,
56-
"cloudsearch": 4595,
57-
"swf": 4596,
58-
"ec2": 4597,
59-
"elasticache": 4598,
60-
"kms": 4599,
61-
"emr": 4600,
62-
"ecs": 4601,
63-
"eks": 4602,
64-
"xray": 4603,
65-
"elasticbeanstalk": 4604,
66-
"appsync": 4605,
67-
"cloudfront": 4606,
68-
"athena": 4607,
69-
"glue": 4608,
97+
"redshift": 4577,
98+
"redshift-data": 4577,
99+
"resource-groups": 4636,
100+
"resourcegroupstaggingapi": 4635,
101+
"route53": 4580,
102+
"route53domains": 4566,
103+
"route53resolver": 4580,
104+
"s3": 4572,
105+
"s3control": 4627,
70106
"sagemaker": 4609,
71107
"sagemaker-runtime": 4609,
72-
"ecr": 4610,
73-
"qldb": 4611,
74-
"qldb-session": 4611,
75-
"cloudtrail": 4612,
76-
"glacier": 4613,
77-
"batch": 4614,
78-
"organizations": 4615,
79-
"autoscaling": 4616,
80-
"mediastore": 4617,
81-
"mediastore-data": 4617,
82-
"transfer": 4618,
83-
"acm": 4619,
84-
"codecommit": 4620,
85-
"kinesisanalytics": 4621,
86-
"kinesisanalyticsv2": 4621,
87-
"amplify": 4622,
88-
"application-autoscaling": 4623,
89-
"kafka": 4624,
90-
"apigatewaymanagementapi": 4625,
108+
"scheduler": 4566,
109+
"secretsmanager": 4584,
110+
"serverlessrepo": 4631,
111+
"servicediscovery": 4630,
112+
"ses": 4579,
113+
"sesv2": 4579,
114+
"sns": 4575,
115+
"sqs": 4576,
116+
"ssm": 4583,
117+
"stepfunctions": 4585,
118+
"sts": 4592,
119+
"support": 4629,
120+
"swf": 4596,
91121
"timestream": 4626,
92122
"timestream-query": 4626,
93123
"timestream-write": 4626,
94-
"s3control": 4627,
95-
"elbv2": 4628,
96-
"support": 4629,
97-
"neptune": 4594,
98-
"docdb": 4594,
99-
"servicediscovery": 4630,
100-
"serverlessrepo": 4631,
101-
"appconfig": 4632,
102-
"appconfigdata": 4632,
103-
"ce": 4633,
104-
"mediaconvert": 4634,
105-
"resourcegroupstaggingapi": 4635,
106-
"resource-groups": 4636,
107-
"efs": 4637,
108-
"backup": 4638,
109-
"lakeformation": 4639,
124+
"transcribe": 4566,
125+
"transfer": 4618,
110126
"waf": 4640,
111127
"wafv2": 4640,
112-
"config": 4641,
113-
"configservice": 4641,
114-
"mwaa": 4642,
115-
"fis": 4643,
116-
"meteringmarketplace": 4644,
117-
"transcribe": 4566,
118-
"mq": 4566,
119-
"emr-serverless": 4566,
120-
"appflow": 4566,
121-
"route53domains": 4566,
122-
"keyspaces": 4566,
123-
"scheduler": 4566,
124-
"ram": 4566,
125-
"pinpoint": 4566,
126-
"pipes": 4566,
128+
"xray": 4603,
127129
}
128130

129131
# TODO remove service port mapping above entirely

0 commit comments

Comments
 (0)