Skip to content

Commit b46d160

Browse files
authored
Merge pull request serverless#4044 from serverless/fix-link-to-shared-apig-issue
Fix link to shared API Gateway issue
2 parents 793ef87 + e2450e8 commit b46d160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/providers/aws/guide/services.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ comments/
3737
```
3838
This makes sense since related functions usually use common infrastructure resources, and you want to keep those functions and resources together as a single unit of deployment, for better organization and separation of concerns.
3939

40-
**Note:** Currently, every service will create a separate REST API on AWS API Gateway. Due to a limitation with AWS API Gateway, you can only have a custom domain per one REST API. If you plan on making a large REST API, please make note of this limitation. Also, [a fix is in the works][https://github.com/serverless/serverless/issues/3078] and is a top priority.
40+
**Note:** Currently, every service will create a separate REST API on AWS API Gateway. Due to a limitation with AWS API Gateway, you can only have a custom domain per one REST API. If you plan on making a large REST API, please make note of this limitation. Also, [a fix is in the works](https://github.com/serverless/serverless/issues/3078) and is a top priority.
4141

4242
## Creation
4343

0 commit comments

Comments
 (0)