mirror of
https://github.com/serverless/serverless.git
synced 2026-02-01 16:07:28 +00:00
Update wording
This commit is contained in:
parent
45b7c3178a
commit
6dbb6061fa
@ -160,10 +160,10 @@ Create this file and add event data so you can invoke your function with the dat
|
|||||||
|
|
||||||
When you deploy a Service, all of the Functions, Events and Resources in your `serverless.yml` are translated to an AWS CloudFormation template and deployed as a single CloudFormation stack.
|
When you deploy a Service, all of the Functions, Events and Resources in your `serverless.yml` are translated to an AWS CloudFormation template and deployed as a single CloudFormation stack.
|
||||||
|
|
||||||
To deploy a service, first 'cd' into the relevant service directory:
|
To deploy a service, first `cd` into the relevant service directory:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd myService
|
cd my-service
|
||||||
```
|
```
|
||||||
|
|
||||||
Then use the `deploy` command:
|
Then use the `deploy` command:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user