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: VictoriaMetrics/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.
  • 5 commits
  • 21 files changed
  • 3 contributors

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