Skip to content

Commit 56955db

Browse files
committed
Updated readme to include deploying the lambda function
1 parent c5bf68e commit 56955db

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ Behind the scenes, what this does is:
9292

9393
### Deploying the Lambda Function
9494

95-
You can deploy your lambda function to Amazon's infrastructure... firstly you'll want to add values to the
95+
You can deploy your lambda function to Amazon's infrastructure... you'll need to add AWS credentials into the [config.yaml](./example/config.yaml) file. Alternately you can credentials into your container by configuring them through the Dockerfile, for example by adding a `COPY .aws /root/.aws` line, where example/.aws/ is a copy of your ~/.aws/ directory. Once AWS is working within your container, you can then run the following to deploy your function to Amazon:
9696

97+
```
98+
$ docker run example-lambda-image lambda deploy
99+
```
97100

0 commit comments

Comments
 (0)