You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ We have also created a workshop that you can use as a reference to understand th
11
11
- This reference architecture uses Python. Make sure you have Python 3.9 or above installed.
12
12
- Make sure you have [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html) installed.
13
13
- Make sure you have the latest version of [AWS CDK CLI](https://docs.aws.amazon.com/cdk/latest/guide/cli.html) installed. Not having the release version of CDK can cause deployment issues.
14
-
- Make sure you have the latest version of [git-remote-codecommit](https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-git-remote-codecommit.html) installed.
15
14
- Make sure that you have Node 18 or above.
15
+
- Make sure that you have docker cli installed and docker daemon running.
16
16
17
17
## Deploying
18
18
@@ -25,7 +25,7 @@ cd scripts
25
25
26
26
This script will deploy the following:
27
27
28
-
- Creates a codecommit repo in your AWS account and pushes this reference solutions code to the repo
28
+
- Creates a Amazon S3 bucket in your AWS account and pushes this reference solutions code to the bucket
29
29
- Clones SaaS Builder Toolkit(SBT) control plane repo and installs control plane which has all shared services and control plane UI.
30
30
- Deploys cdk stack `serverless-saas-ref-arch-bootstrap-stack` which provisions
31
31
- SaaS Builder Toolkit(SBT) core application plane component which provides infrastructure to provision/de-provision a tenant
0 commit comments