Skip to content
This repository was archived by the owner on Oct 31, 2018. It is now read-only.

Commit fc6dcdf

Browse files
levousjpignata
authored andcommitted
Added note about configuring aws cli
The deploy script depends on AWS being configured with credentials and it doesn't report it's failure if AWS hasn't been configured. This seemingly obvious step might not be intuitive to someone without prior experience using aws cli
1 parent 2e8a430 commit fc6dcdf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ image will be served from S3 directly.
3333
CloudFormation.
3434

3535
The deployment script requires the [AWS CLI][cli] version 1.11.19 or newer
36-
to be installed.
36+
to be installed. Be sure to [set your AWS credentials][aws-configure] using `aws configure`
3737

3838
3. Test the function
3939

@@ -64,3 +64,4 @@ This reference architecture sample is [licensed][license] under Apache 2.0.
6464
[sharp]: https://github.com/lovell/sharp
6565
[amazon-linux]: https://aws.amazon.com/blogs/compute/nodejs-packages-in-lambda/
6666
[cli]: https://aws.amazon.com/cli/
67+
[aws-configure]: https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html

0 commit comments

Comments
 (0)