Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/nextjs-zip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ nextjs-zip$ sam local invoke HelloWorldFunction --event events/event.json
The SAM CLI can also emulate your application's API. Use the `sam local start-api` to run the API locally on port 3000.

```bash
nextjs-zip$ sam local start-api
nextjs-zip$ sam local start-api --region us-west-2
nextjs-zip$ curl http://localhost:3000/
```

Expand Down
Empty file modified examples/nextjs-zip/app/run.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion examples/nextjs-zip/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Resources:
Variables:
AWS_LAMBDA_EXEC_WRAPPER: /opt/bootstrap
RUST_LOG: info
PORT: 8080
PORT: 8000
Layers:
- !Sub arn:aws:lambda:${AWS::Region}:753240598075:layer:LambdaAdapterLayerX86:5
Events:
Expand Down