updated csharp demo

This commit is contained in:
Daniel Olson 2018-02-01 20:48:03 -05:00
parent 81f18587c3
commit efa5bda488

View File

@ -38,7 +38,7 @@ The `--path` or shorthand `-p` is the location to be created with the template s
## 2. Build using .NET CLI tools and create zip package
```
# Linux or OSX
# Linux or Mac OS
./build.sh
```
@ -53,7 +53,7 @@ The `--path` or shorthand `-p` is the location to be created with the template s
sls deploy
```
This will deploy your function AWS Lambda based on the settings in `serverless.yml`.
This will deploy your function to AWS Lambda based on the settings in `serverless.yml`.
## 4. Invoke deployed function