-
Notifications
You must be signed in to change notification settings - Fork 553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: apply $AWS_LAMBDA_EXEC_WRAPPER
if set
#524
Open
RomainMuller
wants to merge
7
commits into
aws:main
Choose a base branch
from
RomainMuller:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Oct 16, 2023
-
feat: apply
$AWS_LAMBDA_EXEC_WRAPPER
if setManaged AWS Lambda runtimes wrap the function's runtime entry using a script specified by the `AWS_LAMBDA_EXEC_WRAPPER` environment variable, however this is not performed by provided runtimes (`provided`, `provided.al2`, `go1.x`). This adds an `init` function that re-startes the current process after wrapping it in the wrapper to emulate the behavior of other lambda runtimes, although this will cause initialization of some other go packages to be run twice, which will have an impact on cold start times. See also: https://docs.aws.amazon.com/lambda/latest/dg/runtimes-modify.html#runtime-wrapper Fixes aws#523
Configuration menu - View commit details
-
Copy full SHA for 1766dc2 - Browse repository at this point
Copy the full SHA 1766dc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 460eea2 - Browse repository at this point
Copy the full SHA 460eea2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31a466b - Browse repository at this point
Copy the full SHA 31a466bView commit details
Commits on Oct 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 15f432b - Browse repository at this point
Copy the full SHA 15f432bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0aeedb0 - Browse repository at this point
Copy the full SHA 0aeedb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5953b5c - Browse repository at this point
Copy the full SHA 5953b5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4c6b0d - Browse repository at this point
Copy the full SHA d4c6b0dView commit details
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.