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: localstack/lambda-runtime-init
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.32-pre
Choose a base ref
...
head repository: localstack/lambda-runtime-init
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.33-pre
Choose a head ref
  • 5 commits
  • 10 files changed
  • 4 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 Apr 24, 2025

  1. Configuration menu
    Copy the full SHA
    10daeb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23024f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9be92e0 View commit details
    Browse the repository at this point in the history
Loading