Skip to content

Commit 1d044a6

Browse files
Merge branch 'master' into conroy/rename
2 parents f407d4c + ea572c6 commit 1d044a6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/@aws-cdk/aws-s3-deployment/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,11 +344,11 @@ substituting it when its deployed to the destination with the actual value.
344344

345345
## Development
346346

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
348348
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
349349
unit tests are under [`test/lambda`](https://github.com/aws/aws-cdk/tree/master/packages/%40aws-cdk/aws-s3-deployment/test/lambda).
350350

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
352352
resource Lambda bundle and test it. It also relies on a few bash scripts, so
353353
might be tricky to build on Windows.
354354

packages/@aws-cdk/aws-stepfunctions/lib/state-machine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export interface LogOptions {
6565
/**
6666
* Determines whether execution data is included in your log.
6767
*
68-
* @default true
68+
* @default false
6969
*/
7070
readonly includeExecutionData?: boolean;
7171

0 commit comments

Comments
 (0)