Runtime Eol
Lambda functions on deprecated runtimes, with AWS's block-create and disable dates.
What this pane shows
Lambda functions grouped by the deprecated runtime they're on (Python 3.7 / 3.8, Node 14 / 16, Java 8, etc.). Each runtime block shows the AWS-published block-create date, block-update date and final disable date alongside the upgrade target. Header boxes count total functions, functions on supported runtimes, and functions on critical (block-update or near-disable) runtimes.
Key use cases
- Plan Lambda runtime upgrades against AWS's hard deadlines.
- Catch new functions deployed on a runtime AWS has already scheduled for deprecation.
- Prioritise upgrades by criticality of the affected functions.
- Audit runtime currency during a security or compliance review.
How to embed
lp.js is the single-entry loader: it injects the shared LightPane runtime
(and sd-embed.css) once per page. Add this pane's own stylesheet and script;
the pane mounts itself wherever the matching <div> is in the DOM.
<!-- In <head> — this pane's stylesheet -->
<link rel="stylesheet" href="https://lightpane.io/_pane-tests/aws/runtime-eol/runtime-eol.css">
<!-- Your access key (inline, or set window.lpEmbed.accessKey from your own JS) -->
<script>window.lpEmbed = { accessKey: "<your-access-key>" };</script>
<!-- Where the pane should appear -->
<div class="lp-runtime-eol-panel" data-lp-account="<your-account-alias>"></div>
<!-- Before </body> — shared loader + this pane's script -->
<script src="https://lightpane.io/embed/lp.js"></script>
<script src="https://lightpane.io/_pane-tests/aws/runtime-eol/runtime-eol.js" defer></script>
Tier
Available on Explorer and above.
Build notes
Mock-only at the moment — live-wiring tracked in the roadmap.