Skip to content

Conversation

@dfangl
Copy link
Member

@dfangldfangl commented Apr 24, 2025

Motivation

The official AWS lambda-runtime-init received some upstream updates. We should update our customized localstack version to include these updates (e.g., the new Golang version).

Changes

  • I added a CODEOWNERS file to this repository to automatically request reviews from lambda service owners for new PRs (to avoid a PR being lost like fix CVE-2025-22872 #38)
  • Update to go 1.24
  • Some changes to upstream testing (not relevant for us)

valerenaand others added 3 commits December 11, 2024 17:16
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.
* update to 1.24 * fix changes
@dfangldfangl self-assigned this Apr 24, 2025
@dfangldfangl requested a review from joe4devApril 24, 2025 14:39
@dfangldfangl assigned joe4dev and unassigned dfanglApr 24, 2025
Copy link
Member

@joe4devjoe4dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for integrating the upstream changes so quickly 🥇

CODEOWNERS 👍

@dfangldfangl merged commit 9be92e0 into localstackApr 24, 2025
1 check passed
@dfangldfangl deleted the upstream-changes branch April 24, 2025 16:17
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@dfangl@joe4dev@valerena@roger-zhangg