Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws-samples/aws-cdk-project-structure-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: aws-samples/aws-cdk-project-structure-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: chalice-cdkv2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 19 files changed
  • 1 contributor

Commits on Sep 16, 2022

  1. Initial update to CDKv2 (#1)

    * Initial update to CDKv2
    
    Imports adjusted
    - updated requirements files
    - replacement of aws_cdk.core with aws_cdk
    - import new constructs module
    
    Cleared cdk context values
    
    Updated aws-cdk CLI to compatible version
    
    * Removed ignored pylint options
    
    * Replaced cdk-chalice with chalice[cdkv2]
    
    As cdk-chalice has not been updated for cdkv2 yet, chalice[cdkv2]
    provides an alternative implementation for these constructs.
    However, this breaks the current tests.
    
    Bumped pip-tools for requirements resolution
    
    * Pinned flake8 to prevent dependency conflict
    
    flake8>=4.0 pins importlib-metadata<4.3 as a dependency. This is incompatible
    with other packages requiring importlib-metadata>=4.12.
    
    * Resolved pylint W1514: unspecified encoding
    
    * Updated token values in chalice config
    jgreenbow-userful authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    d7b27b5 View commit details
    Browse the repository at this point in the history
Loading