Update apigateway.md

This commit is contained in:
Hassan Khan 2018-03-06 03:53:14 +00:00 committed by GitHub
parent fc4869ca74
commit dd09dc7f4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -858,7 +858,7 @@ Now that you have these two CloudFormation templates defined in your `serverless
## Share API Gateway and API Resources
As your application grows, you will likely need to break it out into multiple, smaller services. By default, each Serverless project generates a new API Gateway by default. However, you can share the same API Gateway between multiple projects by referencing its' REST API ID and Root Resource ID in `serverless.yml` as follows:
As your application grows, you will likely need to break it out into multiple, smaller services. By default, each Serverless project generates a new API Gateway. However, you can share the same API Gateway between multiple projects by referencing its REST API ID and Root Resource ID in `serverless.yml` as follows:
```yml
service: service-name