forked from async-aws/aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcouscous.yml
146 lines (137 loc) · 4.07 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
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/
cf:
text: Cloud Formation
url: /clients/cf.html
cloud-watch-logs:
text: Cloud Watch Log
url: /clients/cloud-watch-logs.html
cognito-idp:
text: Cognito Identity provider
url: /clients/cognito-idp.html
dynamodb:
text: DynamoDB
url: /clients/dynamodb.html
lambda:
text: Lambda
url: /clients/lambda.html
s3:
text: S3
url: /clients/s3.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
sts:
text: STS
url: /clients/sts.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
flysystem:
text: Flysystem
url: /integration/flysystem.html
monolog:
text: Monolog
url: /integration/monolog.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
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