File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ The main use cases for using the Connector Lambda above are:
3434
3535# Deploying the Solution on AWS
3636
37+ * Install [ pipenv] ( https://pipenv.readthedocs.io/en/latest/ ) to manage Python dependencies
38+
3739* Download and install the [ AWS CLI] ( https://aws.amazon.com/cli/ ) and make sure you set up your AWS credentials.
3840
3941* Edit file ``` scripts/my-env.sh ``` and update the S3 bucket values to use S3 buckets into your AWS account.
@@ -43,6 +45,12 @@ export templates_s3_bucket="[s3-bucket-that-will-contain-the-jinja2-templates]"
4345export lambda_package_s3_bucket=" [s3-bucket-that-will-store-deployment-artifacts]"
4446```
4547
48+ * Install Python dependencies
49+
50+ ``` bash
51+ pipenv sync
52+ ```
53+
4654* Copy the sample Jinja2 templates to the S3 bucket:
4755
4856``` bash
You can’t perform that action at this time.
0 commit comments