Skip to content

Commit 200c9cf

Browse files
committed
minor change tod oc and comments
1 parent e1d4647 commit 200c9cf

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Examples/quoteapi/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ The **sam build** command uses Docker to compile your Swift Lambda function and
2020
sam build
2121
```
2222

23+
On macOS, you might need to run this command if `sam` doesn't see `docker`:
24+
```bash
25+
export DOCKER_HOST=unix://$HOME/.docker/run/docker.sock
26+
```
27+
2328
## Deploy the application
2429

2530
The **sam deploy** command creates the Lambda function and API Gateway in your AWS account.

Tests/OpenAPILambdaTests/Router/RouterGraphTest.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,4 +433,6 @@ struct RouterGraphTests {
433433
return graph
434434
}
435435

436+
// TODO: add a test to check what happens when two methods + identiacal paths with two different handlers are added
437+
436438
}

0 commit comments

Comments
 (0)