✕ Clear all filters
9 articles
▶ Videos →

📰 Dev.to · ntoledo319

9 articles · Updated every 3 hours · View all reads

All Articles 164,831Blog Posts 158,106Tech Tutorials 43,680Research Papers 31,772News 21,181 ⚡ AI Lessons
"ModuleNotFoundError: No module named 'smtpd'" / "'asyncore'" — Python 3.12's PEP 594 stdlib cleanup
Dev.to · ntoledo319 ☁️ DevOps & Cloud ⚡ AI Lesson 4w ago
"ModuleNotFoundError: No module named 'smtpd'" / "'asyncore'" — Python 3.12's PEP 594 stdlib cleanup
Python 3.12 removed smtpd, asyncore, and asynchat from the standard library. Why old Lambda code breaks on the runtime bump, and the replacement for each.
"Error: Unable to find a match — fixing dnf package lookups after migrating off Amazon Linux 2"
Dev.to · ntoledo319 ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
"Error: Unable to find a match — fixing dnf package lookups after migrating off Amazon Linux 2"
A yum/dnf install that worked on Amazon Linux 2 fails with "Unable to find a match" on Amazon Linux 2023. Why package names changed and how to find the real one
"Runtime.ImportModuleError: Cannot find module — a triage guide for Lambda runtime upgrades"
Dev.to · ntoledo319 ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
"Runtime.ImportModuleError: Cannot find module — a triage guide for Lambda runtime upgrades"
"Cannot find module" after a Lambda runtime bump has four common root causes that look identical in the logs. A decision tree to identify which one you actually
"Error: Cannot find module 'aws-sdk'" on Lambda — migrating to @aws-sdk v3
Dev.to · ntoledo319 ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
"Error: Cannot find module 'aws-sdk'" on Lambda — migrating to @aws-sdk v3
Upgrading Lambda to nodejs18.x or later? AWS SDK v2 is no longer bundled. The exact error, why it happens, and a complete guide to migrating to @aws-sdk v3 modu
Amazon Linux 2 is EOL on June 30, 2026 — here's everything that breaks
Dev.to · ntoledo319 ☁️ DevOps & Cloud ⚡ AI Lesson 2mo ago
Amazon Linux 2 is EOL on June 30, 2026 — here's everything that breaks
Amazon Linux 2 reaches end of life June 30, 2026. What changes on AL2023 (dnf, extras, chronyd, nftables, Python), and a step-by-step migration checklist.