René's URL Explorer Experiment


Title: feat: Add Lambda-Runtime-Invocation-Id support for cross-wiring protection by vip-amzn · Pull Request #214 · aws/aws-lambda-python-runtime-interface-client · GitHub

Open Graph Title: feat: Add Lambda-Runtime-Invocation-Id support for cross-wiring protection by vip-amzn · Pull Request #214 · aws/aws-lambda-python-runtime-interface-client

X Title: feat: Add Lambda-Runtime-Invocation-Id support for cross-wiring protection by vip-amzn · Pull Request #214 · aws/aws-lambda-python-runtime-interface-client

Description: Summary Add Lambda-Runtime-Invocation-Id header support for cross-wiring protection. The RIC now echoes the invocation ID received from RAPID on /next back on /response and /error, enabling RAPID to detect and reject stale responses from timed-out invocations. Problem On Lambda Managed Instances (LMI) and On-Demand (OD), when an invoke times out, the runtime process continues running in the background. If a new invoke arrives with the same requestId, RAPID accepts it. The still-running old invocation eventually posts its response, and RAPID matches it to the new invoke — delivering the wrong response (cross-wiring). Solution RAPID sends a unique per-invoke nonce via Lambda-Runtime-Invocation-Id header on /next. The runtime echoes it back on /response and /error. RAPID validates the match before accepting the response. Changes runtime_client.cpp: Parse Lambda-Runtime-Invocation-Id from /next response, pass to post_success/post_failure via z format (accepts None → nullptr) lambda_runtime_client.py: Thread invocation_id through to native client bootstrap.py: Pass invocation_id from event request to response/error posting deps/patches/aws-lambda-cpp-add-invocation-id.patch: Patch aws-lambda-cpp to support invocation_id in get_next/do_post deps/patches/aws-lambda-cpp-musl-no-execinfo.patch: Extracted Alpine/musl fix from d3e9632 into a proper patch file so update_deps.sh can reproduce the tarball from scratch (previously baked directly into the tarball without a patch — see d3e9632) Unit tests: 6 new invocation-id specific tests + fix existing assertions for the new parameter Backward Compatibility Fully backward compatible in both directions: If RAPID doesn't send the header → RIC doesn't see it → doesn't echo → no behavior change If RIC doesn't echo it (old version) → RAPID skips validation → no behavior change Testing 95 unit tests pass (includes 6 new invocation-id tests) E2E tested with updated RIE binary (validates invocation-id echo) and stock RIE (backward compat verified) Alpine 3.19 Docker build verified locally (musl/execinfo conditional compilation works)

Open Graph Description: Summary Add Lambda-Runtime-Invocation-Id header support for cross-wiring protection. The RIC now echoes the invocation ID received from RAPID on /next back on /response and /error, enabling RAPID t...

X Description: Summary Add Lambda-Runtime-Invocation-Id header support for cross-wiring protection. The RIC now echoes the invocation ID received from RAPID on /next back on /response and /error, enabling RAPID t...

Opengraph URL: https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:faf5952e-9af6-46ca-08b4-2170234b5c2f
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idCD48:DBC13:A82CD3:E8EBE2:6A63AE4E
html-safe-nonce00ca4055b1db639b996e4914831af444019b1fa0104341175584a88fe245537e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDRDQ4OkRCQzEzOkE4MkNEMzpFOEVCRTI6NkE2M0FFNEUiLCJ2aXNpdG9yX2lkIjoiNjc4ODAzNDc5MDQ5NDAyMzI0NiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac91cca3bbc9fec732ab71df7af10d68ebcc504b48b89a3c776e24f0e7e7b1d2e2
hovercard-subject-tagpull_request:4069536342
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files
twitter:imagehttps://avatars.githubusercontent.com/u/237819491?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/237819491?s=400&v=4
og:image:altSummary Add Lambda-Runtime-Invocation-Id header support for cross-wiring protection. The RIC now echoes the invocation ID received from RAPID on /next back on /response and /error, enabling RAPID t...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonec69b5576237034cb6ab5477391df7811093a00579a751b33bed4b527d68aade6
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/aws/aws-lambda-python-runtime-interface-client git https://github.com/aws/aws-lambda-python-runtime-interface-client.git
octolytics-dimension-user_id2232217
octolytics-dimension-user_loginaws
octolytics-dimension-repository_id292411453
octolytics-dimension-repository_nwoaws/aws-lambda-python-runtime-interface-client
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id292411453
octolytics-dimension-repository_network_root_nwoaws/aws-lambda-python-runtime-interface-client
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release5c31956f7a31ef033ef93ba813dcb6f7e8eb0972
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Faws%2Faws-lambda-python-runtime-interface-client%2Fpull%2F214%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Faws%2Faws-lambda-python-runtime-interface-client%2Fpull%2F214%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=aws%2Faws-lambda-python-runtime-interface-client
Reloadhttps://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files
Reloadhttps://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files
Reloadhttps://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files
Please reload this pagehttps://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files
aws https://github.com/aws
aws-lambda-python-runtime-interface-clienthttps://github.com/aws/aws-lambda-python-runtime-interface-client
Notifications https://github.com/login?return_to=%2Faws%2Faws-lambda-python-runtime-interface-client
Fork 83 https://github.com/login?return_to=%2Faws%2Faws-lambda-python-runtime-interface-client
Star 294 https://github.com/login?return_to=%2Faws%2Faws-lambda-python-runtime-interface-client
Code https://github.com/aws/aws-lambda-python-runtime-interface-client
Issues 23 https://github.com/aws/aws-lambda-python-runtime-interface-client/issues
Pull requests 14 https://github.com/aws/aws-lambda-python-runtime-interface-client/pulls
Discussions https://github.com/aws/aws-lambda-python-runtime-interface-client/discussions
Actions https://github.com/aws/aws-lambda-python-runtime-interface-client/actions
Projects https://github.com/aws/aws-lambda-python-runtime-interface-client/projects
Security and quality 0 https://github.com/aws/aws-lambda-python-runtime-interface-client/security
Insights https://github.com/aws/aws-lambda-python-runtime-interface-client/pulse
Code https://github.com/aws/aws-lambda-python-runtime-interface-client
Issues https://github.com/aws/aws-lambda-python-runtime-interface-client/issues
Pull requests https://github.com/aws/aws-lambda-python-runtime-interface-client/pulls
Discussions https://github.com/aws/aws-lambda-python-runtime-interface-client/discussions
Actions https://github.com/aws/aws-lambda-python-runtime-interface-client/actions
Projects https://github.com/aws/aws-lambda-python-runtime-interface-client/projects
Security and quality https://github.com/aws/aws-lambda-python-runtime-interface-client/security
Insights https://github.com/aws/aws-lambda-python-runtime-interface-client/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Faws%2Faws-lambda-python-runtime-interface-client%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Faws%2Faws-lambda-python-runtime-interface-client%2Fissues%2Fnew%2Fchoose
vip-amznhttps://github.com/vip-amzn
mainhttps://github.com/aws/aws-lambda-python-runtime-interface-client/tree/main
feat/invocation-id-cross-wiringhttps://github.com/aws/aws-lambda-python-runtime-interface-client/tree/feat/invocation-id-cross-wiring
Conversation 0 https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214
Commits 1 https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/commits
Checks 36 https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/checks
Files changed https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files
Please reload this pagehttps://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files
feat: Add Lambda-Runtime-Invocation-Id support for cross-wiring protection https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#top
Show all changes 1 commit https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files
09c0624 feat: Add Lambda-Runtime-Invocation-Id support for cross-wiring prote… vip-amzn Jul 16, 2026 https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/commits/09c0624de19b2fff2d54d426eb216d3943d36804
Clear filters https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files
Please reload this pagehttps://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files
Please reload this pagehttps://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files
RELEASE.CHANGELOG.md https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-89b6ff4601ea15c215a8d6e92b198aa8bb7207653a083ab65e576fdbc33b2507
__init__.py https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-b95cc58dbd4b49efd60fcc59fc39992014dca6029889996e30032ac059a4a31a
bootstrap.py https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-4513a869520b19ae4e30058106d7c3b5ddbb79216b5e9bd922d83389fb86c603
lambda_runtime_client.py https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-f5b20a47201fbc68ca8696725c1908140ff434faf648c5385cdc953516967307
runtime_client.cpp https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-e8e8bb3a2b5d2d32a85f6ea1c617e46070a4e69b71a14fbdf049387f2bf1dce8
aws-lambda-cpp-0.2.6.tar.gz https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-1a429885233469dcdb8b6d35d180d963f719073daa0816e024c95ea0d51cbff6
aws-lambda-cpp-add-invocation-id.patch https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-50fa66581ca3506f7c39480245216b028abc4ada42db102125c43ca9a0110753
aws-lambda-cpp-musl-no-execinfo.patch https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-2af863a5b405137509bb42d8ae3f798f407e0f571041f7491f055b82c3726ec5
update_deps.sh https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-c0902756af148aa2dadfb76d92086ece2a6e624abca485f86a3241ce951068ee
test_bootstrap.py https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-f0a6a13e368179f2a4c285a09c2dae82a4ed3bb15b5858fc6c7c7784337bdfa6
test_lambda_runtime_client.py https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-70ec9c80eb10936e15b61f7f7cfc228d407bec9cd46fae92c810b263eedcd605
RELEASE.CHANGELOG.mdhttps://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-89b6ff4601ea15c215a8d6e92b198aa8bb7207653a083ab65e576fdbc33b2507
View file https://github.com/aws/aws-lambda-python-runtime-interface-client/blob/09c0624de19b2fff2d54d426eb216d3943d36804/RELEASE.CHANGELOG.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/{{ revealButtonHref }}
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-89b6ff4601ea15c215a8d6e92b198aa8bb7207653a083ab65e576fdbc33b2507
awslambdaric/__init__.pyhttps://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-b95cc58dbd4b49efd60fcc59fc39992014dca6029889996e30032ac059a4a31a
View file https://github.com/aws/aws-lambda-python-runtime-interface-client/blob/09c0624de19b2fff2d54d426eb216d3943d36804/awslambdaric/__init__.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/{{ revealButtonHref }}
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-b95cc58dbd4b49efd60fcc59fc39992014dca6029889996e30032ac059a4a31a
awslambdaric/bootstrap.pyhttps://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-4513a869520b19ae4e30058106d7c3b5ddbb79216b5e9bd922d83389fb86c603
View file https://github.com/aws/aws-lambda-python-runtime-interface-client/blob/09c0624de19b2fff2d54d426eb216d3943d36804/awslambdaric/bootstrap.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/{{ revealButtonHref }}
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-4513a869520b19ae4e30058106d7c3b5ddbb79216b5e9bd922d83389fb86c603
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-4513a869520b19ae4e30058106d7c3b5ddbb79216b5e9bd922d83389fb86c603
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-4513a869520b19ae4e30058106d7c3b5ddbb79216b5e9bd922d83389fb86c603
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-4513a869520b19ae4e30058106d7c3b5ddbb79216b5e9bd922d83389fb86c603
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-4513a869520b19ae4e30058106d7c3b5ddbb79216b5e9bd922d83389fb86c603
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-4513a869520b19ae4e30058106d7c3b5ddbb79216b5e9bd922d83389fb86c603
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-4513a869520b19ae4e30058106d7c3b5ddbb79216b5e9bd922d83389fb86c603
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-4513a869520b19ae4e30058106d7c3b5ddbb79216b5e9bd922d83389fb86c603
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-4513a869520b19ae4e30058106d7c3b5ddbb79216b5e9bd922d83389fb86c603
awslambdaric/lambda_runtime_client.pyhttps://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-f5b20a47201fbc68ca8696725c1908140ff434faf648c5385cdc953516967307
View file https://github.com/aws/aws-lambda-python-runtime-interface-client/blob/09c0624de19b2fff2d54d426eb216d3943d36804/awslambdaric/lambda_runtime_client.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/{{ revealButtonHref }}
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-f5b20a47201fbc68ca8696725c1908140ff434faf648c5385cdc953516967307
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-f5b20a47201fbc68ca8696725c1908140ff434faf648c5385cdc953516967307
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-f5b20a47201fbc68ca8696725c1908140ff434faf648c5385cdc953516967307
awslambdaric/runtime_client.cpphttps://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-e8e8bb3a2b5d2d32a85f6ea1c617e46070a4e69b71a14fbdf049387f2bf1dce8
View file https://github.com/aws/aws-lambda-python-runtime-interface-client/blob/09c0624de19b2fff2d54d426eb216d3943d36804/awslambdaric/runtime_client.cpp
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/{{ revealButtonHref }}
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-e8e8bb3a2b5d2d32a85f6ea1c617e46070a4e69b71a14fbdf049387f2bf1dce8
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-e8e8bb3a2b5d2d32a85f6ea1c617e46070a4e69b71a14fbdf049387f2bf1dce8
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-e8e8bb3a2b5d2d32a85f6ea1c617e46070a4e69b71a14fbdf049387f2bf1dce8
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-e8e8bb3a2b5d2d32a85f6ea1c617e46070a4e69b71a14fbdf049387f2bf1dce8
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-e8e8bb3a2b5d2d32a85f6ea1c617e46070a4e69b71a14fbdf049387f2bf1dce8
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-e8e8bb3a2b5d2d32a85f6ea1c617e46070a4e69b71a14fbdf049387f2bf1dce8
deps/aws-lambda-cpp-0.2.6.tar.gzhttps://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-1a429885233469dcdb8b6d35d180d963f719073daa0816e024c95ea0d51cbff6
View file https://github.com/aws/aws-lambda-python-runtime-interface-client/blob/09c0624de19b2fff2d54d426eb216d3943d36804/deps/aws-lambda-cpp-0.2.6.tar.gz
Open in desktop https://desktop.github.com
deps/patches/aws-lambda-cpp-add-invocation-id.patchhttps://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-50fa66581ca3506f7c39480245216b028abc4ada42db102125c43ca9a0110753
View file https://github.com/aws/aws-lambda-python-runtime-interface-client/blob/09c0624de19b2fff2d54d426eb216d3943d36804/deps/patches/aws-lambda-cpp-add-invocation-id.patch
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/{{ revealButtonHref }}
deps/patches/aws-lambda-cpp-musl-no-execinfo.patchhttps://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-2af863a5b405137509bb42d8ae3f798f407e0f571041f7491f055b82c3726ec5
View file https://github.com/aws/aws-lambda-python-runtime-interface-client/blob/09c0624de19b2fff2d54d426eb216d3943d36804/deps/patches/aws-lambda-cpp-musl-no-execinfo.patch
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/{{ revealButtonHref }}
scripts/update_deps.shhttps://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-c0902756af148aa2dadfb76d92086ece2a6e624abca485f86a3241ce951068ee
View file https://github.com/aws/aws-lambda-python-runtime-interface-client/blob/09c0624de19b2fff2d54d426eb216d3943d36804/scripts/update_deps.sh
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/{{ revealButtonHref }}
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-c0902756af148aa2dadfb76d92086ece2a6e624abca485f86a3241ce951068ee
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-c0902756af148aa2dadfb76d92086ece2a6e624abca485f86a3241ce951068ee
tests/test_bootstrap.pyhttps://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-f0a6a13e368179f2a4c285a09c2dae82a4ed3bb15b5858fc6c7c7784337bdfa6
View file https://github.com/aws/aws-lambda-python-runtime-interface-client/blob/09c0624de19b2fff2d54d426eb216d3943d36804/tests/test_bootstrap.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/{{ revealButtonHref }}
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-f0a6a13e368179f2a4c285a09c2dae82a4ed3bb15b5858fc6c7c7784337bdfa6
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-f0a6a13e368179f2a4c285a09c2dae82a4ed3bb15b5858fc6c7c7784337bdfa6
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-f0a6a13e368179f2a4c285a09c2dae82a4ed3bb15b5858fc6c7c7784337bdfa6
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-f0a6a13e368179f2a4c285a09c2dae82a4ed3bb15b5858fc6c7c7784337bdfa6
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-f0a6a13e368179f2a4c285a09c2dae82a4ed3bb15b5858fc6c7c7784337bdfa6
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-f0a6a13e368179f2a4c285a09c2dae82a4ed3bb15b5858fc6c7c7784337bdfa6
https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files#diff-f0a6a13e368179f2a4c285a09c2dae82a4ed3bb15b5858fc6c7c7784337bdfa6
Please reload this pagehttps://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files
Please reload this pagehttps://github.com/aws/aws-lambda-python-runtime-interface-client/pull/214/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.