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: Jakub-PMX/aws-lambda-runtime-interface-emulator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: aws/aws-lambda-runtime-interface-emulator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 26 files changed
  • 6 contributors

Commits on Mar 20, 2024

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

Commits on Mar 28, 2024

  1. chore(deps): Update to Go 1.22 (aws#117)

    * Update to Go 1.22
    
    * Update Makefile to run unit tests in container
    valerena authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    4c2c20d View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. test: Refactor test cases (aws#119)

    Refactor testcases to
    - Use python3.12
    - Respect docker architecture
    - Run different architecture in parallel GitHub actions
    roger-zhangg authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    fe11d78 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

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

Commits on May 14, 2024

  1. Added workflow for automated releases (aws#121)

    * Added release workflow
    seshubaws authored May 14, 2024
    Configuration menu
    Copy the full SHA
    d37e08c View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. feat: Add automatic vulnerabilities check (aws#123)

    * Add automatic vulnerabilities check
    valerena authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    9e6041b View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

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

Commits on Dec 12, 2024

  1. test: Add delay for time-related arm64 tests (aws#138)

    The tests on GitHub run on x86 instances (because arm64 instances don't
    have Docker installed) so when running the arm64 tests, invokes take
    longer because of the cross-architecture emulation. This caused that
    some tests that check remaining time in the function were not landing
    on the correct time range.
    
    It's unknown why this delay started manifesting more consistently, we might
    want to find a better solution in the future.
    valerena authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    781cd9a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. chore(deps): Update to Go 1.24 (aws#143)

    * update to 1.24
    
    * fix changes
    roger-zhangg authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    3a0772e View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2025

  1. chore(deps): Update go-chi to v5.2.2 (aws#149)

    * chore(deps): Update go-chi to v5.2.2
    mbfreder authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    85e5302 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2025

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

Commits on Sep 16, 2025

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