Skip to content

Commit 4a92dd3

Browse files
committed
Update README.md
1 parent 9afe514 commit 4a92dd3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ The `init.sh` script requires a configured [AWS Command Line Interface (CLI)](ht
6666
}
6767
```
6868

69+
At the end of the `init.sh` script, you can start creating users pointing your browser to:
70+
71+
`http://bucket.s3.amazonaws.com/index.html` (replacing `bucket` with your bucket name)
72+
73+
As an optional step, you may want to configure Amazon S3 for [Website Hosting](http://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html) and use Amazon CloudFront to [distribute the static content](http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/GettingStarted.html).
74+
6975
A sample deployment script using Bash (`deploy.sh`) is provided to update the AWS Lambda functions and the sample HTML pages on the Amazon S3 bucket.
7076

7177
## Usage

0 commit comments

Comments
 (0)