File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ title: API Gateway
3
3
description : Core utility
4
4
---
5
5
6
- Event handler for AWS API Gateway and Application Loader Balancers.
6
+ Event handler for AWS API Gateway and Application Loader Balancer (ALB).
7
+
8
+ !!! todo "Change proxy types enum to match PascalCase"
7
9
8
10
### Key Features
9
11
@@ -17,6 +19,28 @@ Event handler for AWS API Gateway and Application Loader Balancers.
17
19
* Support function returns a Response object which give fine-grained control of the headers
18
20
* JSON encoding of Decimals
19
21
22
+ ## Getting started
23
+
24
+ !!! todo "Supported event types"
25
+
26
+ ### Required resources
27
+
28
+ !!! todo "API Gateway proxy template"
29
+
30
+ ### Resolver decorator
31
+
32
+ ### Path expressions
33
+
34
+ ### CORS
35
+
36
+ ## Advanced
37
+
38
+ ### Fine grained responses
39
+
40
+ ### Binary responses
41
+
42
+ ### Testing your code
43
+
20
44
## Examples
21
45
22
46
> TODO - Break on into smaller examples
You can’t perform that action at this time.
0 commit comments