We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12047a4 commit 1c13c79Copy full SHA for 1c13c79
examples/nextjs-zip/README.md
@@ -70,7 +70,7 @@ nextjs-zip$ sam local invoke HelloWorldFunction --event events/event.json
70
The SAM CLI can also emulate your application's API. Use the `sam local start-api` to run the API locally on port 3000.
71
72
```bash
73
-nextjs-zip$ sam local start-api
+nextjs-zip$ sam local start-api --region us-west-2
74
nextjs-zip$ curl http://localhost:3000/
75
```
76
examples/nextjs-zip/app/run.sh
100644
100755
examples/nextjs-zip/template.yaml
@@ -23,7 +23,7 @@ Resources:
23
Variables:
24
AWS_LAMBDA_EXEC_WRAPPER: /opt/bootstrap
25
RUST_LOG: info
26
- PORT: 8080
+ PORT: 8000
27
Layers:
28
- !Sub arn:aws:lambda:${AWS::Region}:753240598075:layer:LambdaAdapterLayerX86:5
29
Events:
0 commit comments