-
-
Notifications
You must be signed in to change notification settings - Fork 131
/
couscous.yml
245 lines (236 loc) · 7.36 KB
/
couscous.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
template:
index: index.md
directory: website/template
include:
- docs
scripts:
before:
- make website-assets
after:
- make website-post-process
menu:
root:
items:
index:
text: Start
url: /
compare:
text: Compare with AWS
url: /compare.html
configuration:
text: Configuration
url: /configuration.html
clients:
# Clients are in alphabetical order
section: Api clients
items:
index:
text: Overview
url: /clients/
app-sync:
text: AppSync
url: /clients/app-sync.html
athena:
text: Athena
url: /clients/athena.html
cf:
text: Cloud Formation
url: /clients/cf.html
cloud-front:
text: CloudFront
url: /clients/cloud-front.html
cloud-watch:
text: CloudWatch
url: /clients/cloud-watch.html
cloud-watch-logs:
text: CloudWatch Logs
url: /clients/cloud-watch-logs.html
code-build:
text: CodeBuild
url: /clients/code-build.html
code-commit:
text: CodeCommit
url: /clients/code-commit.html
code-deploy:
text: CodeDeploy
url: /clients/code-deploy.html
cognito-idp:
text: Cognito Identity provider
url: /clients/cognito-idp.html
comprehend:
text: Comprehend
url: /clients/comprehend.html
ecr:
text: ECR
url: /clients/ecr.html
elasti-cache:
text: ElastiCache
url: /clients/elasti-cache.html
event-bridge:
text: EventBridge
url: /clients/event-bridge.html
firehose:
text: Firehose
url: /clients/firehose.html
dynamodb:
text: DynamoDB
url: /clients/dynamodb.html
iam:
text: IAM
url: /clients/iam.html
iot:
text: Iot
url: /clients/iot.html
iot-data:
text: IotData
url: /clients/iot-data.html
kinesis:
text: Kinesis
url: /clients/kinesis.html
kms:
text: KMS
url: /clients/kms.html
lambda:
text: Lambda
url: /clients/lambda.html
location-service:
text: LocationService
url: /clients/location-service.html
media-convert:
text: MediaConvert
url: /clients/media-convert.html
rds-data-service:
text: RdsDataService
url: /clients/rds-data-service.html
rekognition:
text: Rekognition
url: /clients/rekognition.html
route53:
text: Route53
url: /clients/route53.html
s3:
text: S3
url: /clients/s3.html
scheduler:
text: Scheduler
url: /clients/scheduler.html
secrets-manager:
text: SecretsManager
url: /clients/secrets-manager.html
ses:
text: SES
url: /clients/ses.html
sns:
text: SNS
url: /clients/sns.html
sqs:
text: SQS
url: /clients/sqs.html
ssm:
text: SSM
url: /clients/ssm.html
sso:
text: SSO
url: /clients/sso.html
sts:
text: STS
url: /clients/sts.html
step-functions:
text: Step Functions
url: /clients/step-functions.html
timestream-query:
text: Timestream Query
url: /clients/timestream-query.html
timestream-write:
text: Timestream Write
url: /clients/timestream-write.html
translate:
text: Translate
url: /clients/translate.html
x-ray:
text: X-Ray
url: /clients/x-ray.html
features:
# Feature are in alphabetical order after "why async?"
section: Features
items:
async:
text: Why "async"?
url: /features/async.html
pagination:
text: Pagination
url: /features/pagination.html
presign:
text: Presign requests
url: /features/presign.html
waiter:
text: Waiters
url: /features/waiter.html
tests:
text: Writing tests
url: /features/tests.html
integration:
# Order of importance
section: Integration
items:
symfony-bundle:
text: Symfony Bundle
url: /integration/symfony-bundle.html
laravel:
text: Laravel
url: /integration/laravel.html
monolog:
text: Monolog
url: /integration/monolog.html
sessions:
text: PHP Sessions
url: /integration/sessions.html
simple-s3:
text: Simple S3
url: /integration/simple-s3.html
authentication:
# Authentication providers are in alphabetical order
section: Authentication
items:
index:
text: Overview
url: /authentication/
credentials-file:
text: Credentials file
url: /authentication/credentials-file.html
ec2-metadata:
text: EC2 instance metadata
url: /authentication/ec2-metadata.html
ecs-container:
text: ECS container metadata
url: /authentication/ecs-container.html
pod-identity:
text: ECS container metadata
url: /authentication/pod-identity.html
environment:
text: Environment variables
url: /authentication/environment.html
hard-coded:
text: Hard-Coded values
url: /authentication/hard-coded.html
web-identity:
text: WebIdentity
url: /authentication/web-identity.html
contribute:
# Order of importance
section: Contribute
items:
index:
text: Introduction
url: /contribute/
website:
text: Documentation
url: /contribute/website.html
generate:
text: Generate code
url: /contribute/generate.html
github:
items:
github:
text: GitHub
url: https://github.com/async-aws/aws