File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,16 @@ Resources:
28
28
Layers :
29
29
- !Sub arn:aws:lambda:${AWS::Region}:753240598075:layer:LambdaAdapterLayerX86:18
30
30
Events :
31
- HttpEvent :
31
+ RootEvent :
32
32
Type : HttpApi
33
+ Properties :
34
+ Path : /
35
+ Method : any
36
+ ProxyEvent :
37
+ Type : HttpApi
38
+ Properties :
39
+ Path : /{proxy+}
40
+ Method : any
33
41
Metadata :
34
42
BuildMethod : makefile
35
43
Original file line number Diff line number Diff line change @@ -19,8 +19,16 @@ Resources:
19
19
Architectures :
20
20
- x86_64
21
21
Events :
22
- HttpEvent :
22
+ RootEvent :
23
23
Type : HttpApi
24
+ Properties :
25
+ Path : /
26
+ Method : any
27
+ ProxyEvent :
28
+ Type : HttpApi
29
+ Properties :
30
+ Path : /{proxy+}
31
+ Method : any
24
32
Metadata :
25
33
DockerTag : v1
26
34
DockerContext : ./app
You can’t perform that action at this time.
0 commit comments