| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
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
There was a problem hiding this comment.
Thanks for integrating the upstream changes so quickly 🥇
CODEOWNERS 👍
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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