DEV Community

ntoledo319 profile picture

ntoledo319

404 bio not found

Joined Joined on  github website
"AttributeError: module 'asyncio' has no attribute 'coroutine'" — fixing the Python 3.11 removal

"AttributeError: module 'asyncio' has no attribute 'coroutine'" — fixing the Python 3.11 removal

Comments
3 min read
"/lib64/libc.so.6: version `GLIBC_2.28' not found — fixing native Lambda dependency errors after a runtime upgrade"

"/lib64/libc.so.6: version `GLIBC_2.28' not found — fixing native Lambda dependency errors after a runtime upgrade"

Comments
3 min read
"TypeError: crypto.createCipher is not a function — migrating to createCipheriv on Node.js 22 Lambda"

"TypeError: crypto.createCipher is not a function — migrating to createCipheriv on Node.js 22 Lambda"

1
Comments
4 min read
The AWS Lambda Node.js 20 deadline everyone gets wrong (it's not September 2026)

The AWS Lambda Node.js 20 deadline everyone gets wrong (it's not September 2026)

Comments
3 min read
"error:0308010C:digital envelope routines::unsupported — why Lambda runtime upgrades break your webpack build"

"error:0308010C:digital envelope routines::unsupported — why Lambda runtime upgrades break your webpack build"

Comments
3 min read
"Error: Cannot find module 'aws-sdk'" on Lambda — migrating to @aws-sdk v3

"Error: Cannot find module 'aws-sdk'" on Lambda — migrating to @aws-sdk v3

4
Comments
3 min read
Python 3.13 on AWS Lambda — cgi, telnetlib, crypt, lib2to3 removed (PEP 594)

Python 3.13 on AWS Lambda — cgi, telnetlib, crypt, lib2to3 removed (PEP 594)

Comments
3 min read
Python 3.12 on AWS Lambda — distutils, imp, and collections are gone

Python 3.12 on AWS Lambda — distutils, imp, and collections are gone

Comments
2 min read
Migrating AWS Lambda from Node.js 20 to 22 — every breaking change

Migrating AWS Lambda from Node.js 20 to 22 — every breaking change

Comments
2 min read
Amazon Linux 2 is EOL on June 30, 2026 — here's everything that breaks

Amazon Linux 2 is EOL on June 30, 2026 — here's everything that breaks

Comments
2 min read
loading...