Conversation
Test Results (amd64) - Integration, Bootstrap 5 files ± 0 5 suites ±0 2h 1m 26s ⏱️ - 34m 45s Results for commit bd3dd89. ± Comparison against base commit e1822b3. This pull request removes 1818 and adds 7 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
LocalStack Community integration with Pro 2 files ± 0 2 suites ±0 1h 30m 0s ⏱️ - 28m 13s Results for commit bd3dd89. ± Comparison against base commit e1822b3. This pull request removes 1421 and adds 7 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
dfangl
approved these changes
Jan 13, 2026
|
|
||
| # Send the response (using stdin to circumvent max input length) | ||
| echo ${RESPONSE} | curl -X POST "http://${AWS_LAMBDA_RUNTIME_API}/2018-06-01/runtime/invocation/$REQUEST_ID/response" --data @'-' | ||
| echo "$RESPONSE" | curl -X POST "http://${AWS_LAMBDA_RUNTIME_API}/2018-06-01/runtime/invocation/${REQUEST_ID}/response" --data @'-' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
AWS recently (08 JAN 2026) released the new Lambda Runtime Dotnet 10: https://aws.amazon.com/blogs/compute/net-10-runtime-now-available-in-aws-lambda/
Changes
make cleantarget for multiruntime testsRelated
Closes https://linear.app/localstack/issue/DRG-348/add-new-lambda-runtime-net-10
TODO