Skip to content

Commit 088f7a1

Browse files
committed
tweak readme with correct name for the deployer
1 parent 75fd9f3 commit 088f7a1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

readme.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lambda-deployer
66
Aim
77
---
88

9-
Deploy and update lambda functions easily and securely from either a developers machine or CI system.
9+
Automate the deployment of lambda functions easily from either a developers machine or CI system.
1010

1111
Goals
1212
-----
@@ -47,7 +47,7 @@ module "auto_deployer" {
4747
4848
```
4949

50-
![function]( docs/function.jpg)
50+
![function](docs/function.jpg)
5151

5252

5353
There is an example terraform package using the terraform [module](https://github.com/mdevilliers/lambda-deployer/tree/master/terraform)
@@ -58,18 +58,18 @@ There is an example terraform package using the terraform [module](https://githu
5858
export AWS_ACCESS_KEY_ID=**************
5959
export AWS_SECRET_ACCESS_KEY=***********************
6060
61-
lambda-uploader up -b myS3Bucket \
62-
-a myAlias \
63-
-d "AUTOMATED DEPLOY" \
64-
-e handler.Handle \
65-
-r python2.7 \
66-
-n myFunction /path/to/function.zip
61+
lambda-uploader-linux-amd64 up -b myS3Bucket \
62+
-a myAlias \
63+
-d "AUTOMATED DEPLOY" \
64+
-e handler.Handle \
65+
-r python2.7 \
66+
-n myFunction /path/to/function.zip
6767
6868
```
6969

7070
On upload to S3 the function.zip file contains metadata for the deployer to use
7171

72-
![metadata]( docs/metadata.jpg)
72+
![metadata](docs/metadata.jpg)
7373

7474
- the deployer will deploy the function
7575

0 commit comments

Comments
 (0)