Skip to content

Commit 2027b76

Browse files
committed
Merge branch 'master' of github.com:marcilio/aws-step-functions-connector
2 parents 1e0299e + 327ac20 commit 2027b76

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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]"
4345
export 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

0 commit comments

Comments
 (0)