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: packages/@aws-cdk/aws-s3-deployment/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -344,11 +344,11 @@ substituting it when its deployed to the destination with the actual value.
344
344
345
345
## Development
346
346
347
-
The custom resource is implemented in Python 3.6 in order to be able to leverage
347
+
The custom resource is implemented in Python 3.7 in order to be able to leverage
348
348
the AWS CLI for "aws s3 sync". The code is under [`lib/lambda`](https://github.com/aws/aws-cdk/tree/master/packages/%40aws-cdk/aws-s3-deployment/lib/lambda) and
349
349
unit tests are under [`test/lambda`](https://github.com/aws/aws-cdk/tree/master/packages/%40aws-cdk/aws-s3-deployment/test/lambda).
350
350
351
-
This package requires Python 3.6 during build time in order to create the custom
351
+
This package requires Python 3.7 during build time in order to create the custom
352
352
resource Lambda bundle and test it. It also relies on a few bash scripts, so
0 commit comments