Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bigadsoleiman committed Feb 8, 2024
1 parent 7a9ae8f commit 3837de7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/documentation/private-chatbot.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Private Chatbot

Allows the deployment of a private chatbot via the 'npm run create' CLI setup.
Allows the deployment of a private chatbot via the 'npm run config' CLI setup.

- VPC only accessible website with an Application Load Balancer in front of an S3 hosted website.
- Private Appsync APIs and Web Sockets
Expand All @@ -13,7 +13,7 @@ Allows the deployment of a private chatbot via the 'npm run create' CLI setup.
1. [AWS Private CA issued ACM certificate](https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-request-private.html) for your chosen domain. (i.e. chatbot.example.org)
2. A Route 53 [Private Hosted Zone](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/hosted-zones-private.html) (i.e. for example.org)

### During 'npm run create'
### During 'npm run config'
```shellsession
$ ✔ Do you want to deploy a private website? I.e only accessible in VPC (Y/n) ·
true
Expand Down
2 changes: 1 addition & 1 deletion lib/user-interface/private-website.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class PrivateWebsite extends Construct {

// PRIVATE WEBSITE
// REQUIRES:
// 1. ACM Certificate ARN and Domain of website to be input during 'npm run create':
// 1. ACM Certificate ARN and Domain of website to be input during 'npm run config':
// "privateWebsite" : true,
// "certificate" : "arn:aws:acm:ap-southeast-2:1234567890:certificate/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX",
// "domain" : "sub.example.com"
Expand Down

0 comments on commit 3837de7

Please sign in to comment.