-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
25 lines (25 loc) · 575 Bytes
/
config.json
File metadata and controls
25 lines (25 loc) · 575 Bytes
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
{
"apiName": "SimpleLambdas",
"apiDescription": "General purpose Lambda to get request from API Gateway with CDK",
"api": {
"handler": "ApiLambda"
},
"headers": {
"Content-Type": "text/plain;charset=utf-8",
"X-Clacks-Overhead": "GNU Terry Pratchett"
},
"region": "us-east-2",
"stack": {
"project": "SimpleStack",
"name": "CDKLambdaStack",
"description": "CDK Stack"
},
"tags": [
{
"key": "Key", "value": "Value"
},
{
"key": "Project", "value": "LambdaTemplate"
}
]
}