Skip to content

Commit ea572c6

Browse files
chore: fix docs errors (#20074)
fixes #20040 related to discussion #20057 ---- ### All Submissions: * [ ] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md) ### Adding new Unconventional Dependencies: * [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md/#adding-new-unconventional-dependencies) ### New Features * [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/master/INTEGRATION_TESTS.md)? * [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)? *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 40a6ceb commit ea572c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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)