We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd8382a commit 8916f2dCopy full SHA for 8916f2d
examples/nextjs-zip/template.yaml
@@ -28,8 +28,16 @@ Resources:
28
Layers:
29
- !Sub arn:aws:lambda:${AWS::Region}:753240598075:layer:LambdaAdapterLayerX86:18
30
Events:
31
- HttpEvent:
+ RootEvent:
32
Type: HttpApi
33
+ Properties:
34
+ Path: /
35
+ Method: any
36
+ ProxyEvent:
37
+ Type: HttpApi
38
39
+ Path: /{proxy+}
40
41
Metadata:
42
BuildMethod: makefile
43
examples/nextjs/template.yaml
@@ -19,8 +19,16 @@ Resources:
19
Architectures:
20
- x86_64
21
22
23
24
25
26
27
DockerTag: v1
DockerContext: ./app
0 commit comments