Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge #30

Merged
merged 53 commits into from
Oct 27, 2020
Merged

Merge #30

merged 53 commits into from
Oct 27, 2020

Commits on Oct 21, 2020

  1. chore(deps-dev): bump @types/jest from 26.0.14 to 26.0.15 (#11013)

    Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.14 to 26.0.15.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    104af79 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump cdk8s-plus from 0.29.0 to 0.33.0 (#11017)

    Bumps [cdk8s-plus](https://github.com/awslabs/cdk8s) from 0.29.0 to 0.33.0.
    - [Release notes](https://github.com/awslabs/cdk8s/releases)
    - [Changelog](https://github.com/awslabs/cdk8s/blob/master/CHANGELOG.md)
    - [Commits](cdk8s-team/cdk8s@v0.29.0...v0.33.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    cc176ac View commit details
    Browse the repository at this point in the history
  3. docs(lambda): correct the default value for maxRecordAge in EventSour…

    …ceMapping (#11018)
    
    closes #10693
    
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    Niranjan Jayakar committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    3f668fa View commit details
    Browse the repository at this point in the history
  4. chore(cognito): reorganize identity providers structure so that UserP…

    …oolIdentityProviderBase is not exported (#10925)
    
    we had split our identity providers to have a file per provider.
    however, in this organization we were exporting the base class which
    we did not intend to.
    
    the `UserPoolIdentityProviderBase` class cannot be moved to a separate
    file (i.e. private folder) as JSII will be unable to resolve type.
    
    updated to follow our typical pattern of containing all extensions of the base
    class within a single file `user-pool-idp.ts` and moved all the tests
    over as well.
    
    BREAKING CHANGE: the `UserPoolIdentityProviderBase` abstract class has been removed. Use the `UserPoolIdentityProvider*` classes directly.
    
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    shivlaks committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    60f493c View commit details
    Browse the repository at this point in the history
  5. chore(pkglint): don't allow adding peer dependencies to monocdk (#10930)

    * chore(pkglint): don't allow adding peer dependencies to monocdk
    NetaNir committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    9c88a64 View commit details
    Browse the repository at this point in the history
  6. chore(deps-dev): bump @types/mock-fs from 4.10.0 to 4.13.0 (#11024)

    Bumps [@types/mock-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mock-fs) from 4.10.0 to 4.13.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mock-fs)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    0abc3b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. chore(deps-dev): bump cdk8s from 0.32.0 to 0.33.0 (#11019)

    Bumps [cdk8s](https://github.com/awslabs/cdk8s) from 0.32.0 to 0.33.0.
    - [Release notes](https://github.com/awslabs/cdk8s/releases)
    - [Changelog](https://github.com/awslabs/cdk8s/blob/master/CHANGELOG.md)
    - [Commits](cdk8s-team/cdk8s@v0.32.0...v0.33.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    9e31b02 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump aws-sdk from 2.764.0 to 2.776.0 (#11027)

    Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.764.0 to 2.776.0.
    - [Release notes](https://github.com/aws/aws-sdk-js/releases)
    - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
    - [Commits](aws/aws-sdk-js@v2.764.0...v2.776.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    8771b78 View commit details
    Browse the repository at this point in the history
  3. docs(stepfunctions-tasks): fix example code in README (#11028)

    The example code for running a job from a task definition on Fargate requires public IP address assignment.
    
    Closes #10729
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    doodlesbykumbi committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    c5c96b2 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump parcel from 2.0.0-nightly.426 to 2.0.0-nightly.…

    …429 (#11030)
    
    Bumps [parcel](https://github.com/parcel-bundler/parcel) from 2.0.0-nightly.426 to 2.0.0-nightly.429.
    - [Release notes](https://github.com/parcel-bundler/parcel/releases)
    - [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md)
    - [Commits](https://github.com/parcel-bundler/parcel/commits)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    a97b41a View commit details
    Browse the repository at this point in the history
  5. docs(cognito): fix up code samples so that they compile (#11034)

    Added a default fixture with the imports needed to compile snippets.
    Fixed up a few parameter names, required parameters, references that were incorrect.
    
    Verified that these snippets (with fixture) compile by running `compile-samples` in
    the `scripts` directory.
    
    Closes #9185
    
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    shivlaks committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    a73a4ee View commit details
    Browse the repository at this point in the history
  6. chore(deps-dev): bump sinon from 9.1.0 to 9.2.0 (#11047)

    Bumps [sinon](https://github.com/sinonjs/sinon) from 9.1.0 to 9.2.0.
    - [Release notes](https://github.com/sinonjs/sinon/releases)
    - [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md)
    - [Commits](sinonjs/sinon@v9.1.0...v9.2.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    1bbf1eb View commit details
    Browse the repository at this point in the history
  7. chore(rds): Minor fix for DatabaseInstance and DatabaseCluster exampl…

    …es in RDS docs (#11044)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    robertd committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    24e98cb View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. feat(aws-codebuild): add COMMIT_MESSAGE support for webhook FilterGro…

    …up (#11011)
    
    closes #9033
    
    A small amount of housekeeping was done by collecting the different string constants for webhook filter types into a single enum
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    jorge-barreto committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    fd8bce3 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @types/node from 10.17.40 to 10.17.42 (#11053)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 10.17.40 to 10.17.42.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    bb4d97b View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump fast-check from 2.4.0 to 2.6.0 (#11057)

    Bumps [fast-check](https://github.com/dubzzz/fast-check) from 2.4.0 to 2.6.0.
    - [Release notes](https://github.com/dubzzz/fast-check/releases)
    - [Changelog](https://github.com/dubzzz/fast-check/blob/master/CHANGELOG.md)
    - [Commits](dubzzz/fast-check@v2.4.0...v2.6.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    d22c318 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump proxy-agent from 3.1.1 to 4.0.0 (#11048)

    Bumps [proxy-agent](https://github.com/TooTallNate/node-proxy-agent) from 3.1.1 to 4.0.0.
    - [Release notes](https://github.com/TooTallNate/node-proxy-agent/releases)
    - [Changelog](https://github.com/TooTallNate/node-proxy-agent/blob/master/History.md)
    - [Commits](TooTallNate/node-proxy-agent@3.1.1...4.0.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    5db865e View commit details
    Browse the repository at this point in the history
  5. chore(apigateway): migrate tests to jest (#11060)

    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    Niranjan Jayakar committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    8a0b0a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0537598 View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump jsonschema from 1.2.10 to 1.4.0 (#11069)

    Bumps [jsonschema](https://github.com/tdegrunt/jsonschema) from 1.2.10 to 1.4.0.
    - [Release notes](https://github.com/tdegrunt/jsonschema/releases)
    - [Commits](tdegrunt/jsonschema@v1.2.10...v1.4.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    17a87fc View commit details
    Browse the repository at this point in the history
  8. docs(cognito): README touch-ups (#10993)

    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    shivlaks committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    0d92242 View commit details
    Browse the repository at this point in the history
  9. fix(ses-actions): invalid action in policy statement created when usi…

    …ng SES S3 action (#11061)
    
    Current SES S3 action does not work out of the box because there is a typo in a policy statement action.
    
    This PR fixes that `km:Encrypt` => `kms:Encrypt`.
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    iippis committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    5dc1d96 View commit details
    Browse the repository at this point in the history
  10. feat(cognito): Cognito User Pools is now in Generally Available (stab…

    …le) (#11003)
    
    
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    shivlaks committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    7435db8 View commit details
    Browse the repository at this point in the history
  11. feat(lambda-event-sources): disable source mapping (#10927)

    Specifically, it enables this flag in the props of which resources use
    an underlying Cfn EventSourceMapping, which carries the Enabled flag
    itself.
    These are currently: SQS, DynamoDb Streams and Kinesis.
    
    MSK is also listed in the Cfn Docs, but I could not find MSK in `lambda-event-sources`.
    
    Closes #5750
    
    - [X] Added Unit Tests
    - [X] Documented addition in `README.md`
    
    This change is not breaking.
    
    I did not add integration tests so far, but could write some if required.
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    wtho committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    f4f53a6 View commit details
    Browse the repository at this point in the history
  12. revert: "feat(apigatewayv2): vpc link and private integrations (#10531)…

    …" (#11070)
    
    This reverts commit 0537598.
    
    This change requires aws/jsii#2172 to be merged and a jsii upgrade as the usage
    of `@internal` for `HttpPrivateIntegration` and `VpcLinkConfigurationOptions` is
    causing downstream compilation failures currently.
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    shivlaks committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    65be3a0 View commit details
    Browse the repository at this point in the history
  13. chore(release): 1.70.0

    AWS CDK Team committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    3e33258 View commit details
    Browse the repository at this point in the history
  14. fix up CHANGELOG

    shivlaks committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    7862de1 View commit details
    Browse the repository at this point in the history
  15. Update CHANGELOG.md

    extra whitespace
    shivlaks committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    8ac663b View commit details
    Browse the repository at this point in the history
  16. Update CHANGELOG.md

    remove commit that was reverted
    shivlaks committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    d48d64d View commit details
    Browse the repository at this point in the history
  17. chore(rds): add additional minor versions for engines (#11077)

    Add additional minor versions for engines
    
    Closes #11066
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    AnderEnder committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    a6439a1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c145314 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. fix(codebuild): ReportGroup name is ignored (#11080)

    Closes #11052
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    AnderEnder committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    1e2250a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    283513a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    905f661 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump jest-junit from 11.1.0 to 12.0.0 (#11083)

    Bumps [jest-junit](https://github.com/jest-community/jest-junit) from 11.1.0 to 12.0.0.
    - [Release notes](https://github.com/jest-community/jest-junit/releases)
    - [Commits](jest-community/jest-junit@v11.1.0...v12.0.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    940f08e View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

  1. chore(deps): bump jest from 26.6.0 to 26.6.1 (#11094)

    Bumps [jest](https://github.com/facebook/jest) from 26.6.0 to 26.6.1.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
    - [Commits](jestjs/jest@v26.6.0...v26.6.1)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    da70e0a View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump ts-jest from 26.4.1 to 26.4.2 (#11097)

    Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.4.1 to 26.4.2.
    - [Release notes](https://github.com/kulshekhar/ts-jest/releases)
    - [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
    - [Commits](kulshekhar/ts-jest@v26.4.1...v26.4.2)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    f66e8f0 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump @types/md5 from 2.2.0 to 2.2.1 (#11098)

    Bumps [@types/md5](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/md5) from 2.2.0 to 2.2.1.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/md5)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    dd78f77 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump aws-sdk from 2.776.0 to 2.778.0 (#11084)

    Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.776.0 to 2.778.0.
    - [Release notes](https://github.com/aws/aws-sdk-js/releases)
    - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
    - [Commits](aws/aws-sdk-js@v2.776.0...v2.778.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    261005c View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. chore(deps-dev): bump parcel from 2.0.0-nightly.429 to 2.0.0-nightly.…

    …432 (#11105)
    
    Bumps [parcel](https://github.com/parcel-bundler/parcel) from 2.0.0-nightly.429 to 2.0.0-nightly.432.
    - [Release notes](https://github.com/parcel-bundler/parcel/releases)
    - [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md)
    - [Commits](https://github.com/parcel-bundler/parcel/commits)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    ab97815 View commit details
    Browse the repository at this point in the history
  2. fix(aws-rds/aws-secretmanager): input type of credentials.fromSecret (#…

    …11033)
    
    Fixes #11015 
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    dennisseidel committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    35ad608 View commit details
    Browse the repository at this point in the history
  3. feat(cli): --all flag to select all stacks (#10745)

    Adding the --all option to deploy all stacks.
    
    `cdk deploy --all` 
    
    This is an alias of `*`. The previous command does the same as the following one:
    
    `cdk deploy '*'` 
    
    Closes #3222
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    IsmaelMartinez committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    bcd9d0a View commit details
    Browse the repository at this point in the history
  4. fix(core): assets are duplicated between nested Cloud Assemblies (#11008

    )
    
    We stage assets into the Cloud Assembly directory. If there are multiple
    nested Cloud Assemblies, the same asset will be staged multiple times.
    This leads to an N-fold increase in size of the Cloud Assembly when used
    in combination with CDK Pipelines (where N is the number of stages
    deployed), and may even lead the Cloud Assembly to exceed CodePipeline's
    maximum artifact size of 250MB.
    
    Add the concept of an `assetOutdir` next to a regular Cloud Assembly
    `outDir`, so that multiple Cloud Assemblies can share an asset
    directory. As an initial implementation, the `assetOutdir` of nested
    Cloud Assemblies is just the regular `outdir` of the root Assembly.
    
    We are playing a bit fast and loose with the semantics of file paths
    across our code base; many properties just say "the path of X" without
    making clear whether it's absolute or relative, and if it's relative
    what it's relative to (`cwd()`? Or the Cloud Assembly directory?).
    
    Turns out that especially in dealing with assets, the answer is
    "can be anything" and things just happen to work out based on who is
    providing the path and who is consuming it. In order to limit the
    scope of the changes I needed to make I kept modifications to the
    `AssetStaging` class:
    
    * `stagedPath` now consistently returns an absolute path.
    * `relativeStagedPath()` a path relative to the Cloud Assembly or an
      absolute path, as appropriate.
    
    Related changes in this PR:
    
    - Refactor the *copying* vs. *bundling* logic in `AssetStaging`. I found
      the current maze of `if`s and member variable changes too hard to
      follow to convince myself the new code would be doing the right thing,
      so I refactored it to reduce the branching factor.
    
    - Switch the tests of `aws-ecr-assets` over to Jest using
      `nodeunitShim`.
    
    Fixes #10877, fixes #9627, fixes #9917.
    
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    rix0rrr committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    c84217f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cacabec View commit details
    Browse the repository at this point in the history
  6. feat(cli): disable version check (#10975)

    If AWS_CDK_DISABLE_VERSION_CHECK is defined, skip checking for newer
    versions.
    
    fixes #10974
    
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    christophgysin committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    575e47e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dde9c55 View commit details
    Browse the repository at this point in the history
  8. chore(build): Support Java 15 (#11087)

    Java 14 is out of date and new new latest version is 15 according to
    https://en.wikipedia.org/wiki/Java_version_history
    
    Keeping Java14 for backwards compatibility since 15 is very new.
    
    example:
    
    ```
    $ java -version
    openjdk version "15.0.1" 2020-10-20
    OpenJDK Runtime Environment Corretto-15.0.1.9.1 (build 15.0.1+9)
    OpenJDK 64-Bit Server VM Corretto-15.0.1.9.1 (build 15.0.1+9, mixed mode, sharing)
    ```
    
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    workeitel committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    867221b View commit details
    Browse the repository at this point in the history
  9. chore(cognito): remove unused dependency on nodeunit (#11085)

    tests for the cognito module are in jest and don't need nodeunit
    
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    shivlaks committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    75875cc View commit details
    Browse the repository at this point in the history
  10. feat(stepfunctions-tasks): Support for Athena APIs: StartQueryExecuti…

    …on, StopQueryExeuction, GetQueryResults and GetQueryExecution (#11045)
    
    feat(stepfunctions-tasks): support for Athena APIs: StartQueryExecution, StopQueryExeuction, GetQueryResults and GetQueryExecution 
    
    **Implementation**
    
    Update package `@aws-cdk/aws-stepfunctions-tasks` to include support for Athena **StartQueryExecution**, **StopQueryExeuction**, **GetQueryResults**, **GetQueryExecution**    API as per documentation here: 
    https://docs.aws.amazon.com/step-functions/latest/dg/connect-athena.html
    
    Includes support for the following Amazon Athena API calls:
    * `StartQueryExecution`
    * `StopQueryExeuction`
    * `GetQueryResults`
    * `GetQueryExecution`
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    Sumeet-Badyal committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    19180cc View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. chore(elasticsearch): add missing maturity to package.json (#11138)

    * docs(contributing): Add note on global npm installs, change OpenJDK URL
    
    * Added missing package maturities
    
    * Change id to stack_id in Python init template
    
    * Change stack_id to construct_id
    
    * Change id to construct_id in Python sample-app
    
    * Fix construct_id
    
    * Fix super with construct_id
    
    * Fix broken init templates
    
    * Fix missing maturity
    
    * Fix init templates
    
    * Fix init templates
    
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    ericzbeard and mergify[bot] committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    9635668 View commit details
    Browse the repository at this point in the history
  2. feat(cli): change virtualenv directory to .venv to comply with python…

    … recommendation (#10995)
    
    Replace virtualenv directory `.env` to `.venv` for the python templates
    
    Closes #9134
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    AnderEnder committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    a4a41b5 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump @types/eslint from 7.2.3 to 7.2.4 (#11143)

    Bumps [@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint) from 7.2.3 to 7.2.4.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    5ff3bba View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump camelcase from 6.0.0 to 6.1.0 (#11144)

    Bumps [camelcase](https://github.com/sindresorhus/camelcase) from 6.0.0 to 6.1.0.
    - [Release notes](https://github.com/sindresorhus/camelcase/releases)
    - [Commits](sindresorhus/camelcase@v6.0.0...v6.1.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    11b2b3e View commit details
    Browse the repository at this point in the history