(Quickly) Identify Old Node Runtimes in AWS Lambda
ยท 3 min read
Have you been sent one of these?
[Action Required] AWS Lambda end of support for Node.js 18 [AWS Account: 824123456789] [EU-CENTRAL-1]
If you are like me and manage AWS accounts with numerous Lambda functions potentially deployed across multiple regions, you need to identify affected resources, in this case, Lambda node runtimes, which will be discontinued later this year. ย
With stackql
this task is easy...
- Open AWS cloud shell in your AWS account (any region - it doesn't matter)
- Download
stackql
curl -L https://bit.ly/stackql-zip -O && unzip stackql-zip
- Open an authenticated
stackql
command shell
sh stackql-aws-cloud-shell.sh
- Run some analytic queries using
stackql
; here are some examples...