AWS
Runtime Eol
Lambda functions on deprecated runtimes, with AWS's block-create and disable dates.
Live preview — demo data
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
Drop this snippet on any HTML page that loads lp-embed.js. The pane
mounts itself wherever the matching <div> is in the DOM.
<div class="lp-runtime-eol-panel"
data-lp-account="<your-account-alias>"></div>
<script src="https://lightpane.io/embed/lp-embed.js"
data-lp-key="<your-access-key>"></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.