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: amancevice/python-lambda-gateway
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ideonate/python-lambda-gateway
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 13 files changed
  • 2 contributors

Commits on Apr 25, 2022

  1. aiohttp

    danlester committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    cd49327 View commit details
    Browse the repository at this point in the history
  2. Read SAM template

    danlester committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    e6f7d61 View commit details
    Browse the repository at this point in the history
  3. event1 querystr

    danlester committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    6ec6ccf View commit details
    Browse the repository at this point in the history
  4. run server async

    danlester committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    61dcdae View commit details
    Browse the repository at this point in the history
  5. watch files

    danlester committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    2a98b92 View commit details
    Browse the repository at this point in the history
  6. raise_interrupt

    danlester committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    7171a58 View commit details
    Browse the repository at this point in the history
  7. readme

    danlester committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    870fc26 View commit details
    Browse the repository at this point in the history
  8. env vars

    danlester committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    b71873a View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. CORS OPTIONS

    danlester committed May 19, 2023
    Configuration menu
    Copy the full SHA
    27daecf View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    01afb90 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. cors origin

    danlester committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    765e9bc View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    7aff3a3 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. Configuration menu
    Copy the full SHA
    ca73b3f View commit details
    Browse the repository at this point in the history
  2. get http routes too

    danlester committed May 8, 2025
    Configuration menu
    Copy the full SHA
    08458d7 View commit details
    Browse the repository at this point in the history
  3. parse env vars

    danlester committed May 8, 2025
    Configuration menu
    Copy the full SHA
    9c28658 View commit details
    Browse the repository at this point in the history
  4. access log throws an error

    danlester committed May 8, 2025
    Configuration menu
    Copy the full SHA
    10887e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2026

  1. fix UnboundLocalError on json in load_env_vars

    A nested `import json` inside the .ts branch made `json` a function-local
    name, so the JSON path at the bottom of the function failed with
    UnboundLocalError when the .ts branch wasn't taken. Drop the redundant
    inner import — the module-level one already covers it.
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
    danlester and claude committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    88a44e5 View commit details
    Browse the repository at this point in the history
Loading