DEV Community

ntoledo319 profile picture

ntoledo319

404 bio not found

Joined Joined on  github website
"DeprecationWarning: datetime.datetime.utcnow() is deprecated" — fixing the Python 3.12 warning in AWS Lambda

"DeprecationWarning: datetime.datetime.utcnow() is deprecated" — fixing the Python 3.12 warning in AWS Lambda

Comments
3 min read

Want to connect with ntoledo319?

Create an account to connect with ntoledo319. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
"401 from 169.254.169.254 — fixing EC2 instances after the IMDSv2 enforcement deadline"

"401 from 169.254.169.254 — fixing EC2 instances after the IMDSv2 enforcement deadline"

Comments
4 min read
"Error: The module was compiled against a different Node.js version using NODE_MODULE_VERSION — fixing native addon failures after a Lambda upgrade"

"Error: The module was compiled against a different Node.js version using NODE_MODULE_VERSION — fixing native addon failures after a Lambda upgrade"

Comments
3 min read
"Why did my AWS deploy break with zero code changes?"

"Why did my AWS deploy break with zero code changes?"

Comments
4 min read
"The AWS runtime-upgrade error map: which errors you'll hit, in what order, for each migration path"

"The AWS runtime-upgrade error map: which errors you'll hit, in what order, for each migration path"

Comments
5 min read
"[DEP0040] DeprecationWarning: The `punycode` module is deprecated — what to do about it on Node.js 22 Lambda"

"[DEP0040] DeprecationWarning: The `punycode` module is deprecated — what to do about it on Node.js 22 Lambda"

Comments
3 min read
"amazon-linux-extras: command not found — it's gone on Amazon Linux 2023"

"amazon-linux-extras: command not found — it's gone on Amazon Linux 2023"

Comments
2 min read
"Failed to start ntpd.service — Amazon Linux 2023 replaced it with chrony"

"Failed to start ntpd.service — Amazon Linux 2023 replaced it with chrony"

Comments
2 min read
"/usr/bin/env: 'python2': No such file or directory — Amazon Linux 2023 has no Python 2"

"/usr/bin/env: 'python2': No such file or directory — Amazon Linux 2023 has no Python 2"

1
Comments
2 min read
"Node Sass does not yet support your current environment — what breaks when you upgrade to nodejs22.x"

"Node Sass does not yet support your current environment — what breaks when you upgrade to nodejs22.x"

Comments
4 min read
"ModuleNotFoundError: No module named 'smtpd'" / "'asyncore'" — Python 3.12's PEP 594 stdlib cleanup

"ModuleNotFoundError: No module named 'smtpd'" / "'asyncore'" — Python 3.12's PEP 594 stdlib cleanup

Comments
3 min read
"Failed to start iptables.service — Amazon Linux 2023 dropped it for nftables"

"Failed to start iptables.service — Amazon Linux 2023 dropped it for nftables"

Comments
2 min read
"Error: Unable to find a match — fixing dnf package lookups after migrating off Amazon Linux 2"

"Error: Unable to find a match — fixing dnf package lookups after migrating off Amazon Linux 2"

Comments
3 min read
"Runtime.ImportModuleError: Cannot find module — a triage guide for Lambda runtime upgrades"

"Runtime.ImportModuleError: Cannot find module — a triage guide for Lambda runtime upgrades"

Comments
3 min read
"error:1E08010C:DECODER routines::unsupported — why an old PEM key breaks after a Lambda Node.js upgrade"

"error:1E08010C:DECODER routines::unsupported — why an old PEM key breaks after a Lambda Node.js upgrade"

Comments
3 min read
"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"

2
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...