Feed

AWS

AWS news covering service launches, architecture patterns, cost optimization, and best practices shared by developer communities.

Articles from the last 30 days

About AWS on Snapbyte.dev

This page tracks recent AWS stories from developer communities and presents them in a format designed for fast catch-up. Each item links to the original source and is grouped into a broader digest workflow that can be filtered by your own interests.

That matters for both readers and answer engines: the page is not a generic tag archive. It is a curated AWSnews view inside a personalized developer digest product, which makes the page easier to classify and cite.

Page facts

Topic
AWS
Sources
Hacker News, Reddit, Lobsters, and Dev.to
Time window
Articles from the last 30 days
Current results
12 curated articles
20 years on AWS and never not my job
01Saturday, April 11, 2026

20 years on AWS and never not my job

For two decades, the author has actively shaped the evolution of AWS, from early security concerns to enabling FreeBSD support. The journey includes pioneering work on EC2, advocating for security improvements like IAM, and sustained collaboration with Amazon engineers, highlighting a developer-led, symbiotic relationship that continues to influence AWS architecture today.

LiteLLM Python package compromised by supply-chain attack
02Tuesday, March 24, 2026

LiteLLM Python package compromised by supply-chain attack

The litellm version 1.82.8 PyPI package was compromised via a supply chain attack. A malicious .pth file automates secret exfiltration, including cloud keys, SSH credentials, and environment variables, upon Python interpreter startup. Affected users must rotate all existing credentials and inspect their site-packages directory for the malicious file.

Sources:Hacker News669 pts
How AWS S3 serves 1 petabyte per second on top of slow HDDs
03Thursday, March 19, 2026

How AWS S3 serves 1 petabyte per second on top of slow HDDs

AWS S3 achieves massive scalability by utilizing commodity hard drives through sophisticated engineering. It leverages massive parallelism, 5-of-9 erasure coding for data distribution, and load-balancing techniques like power-of-two random choices. This approach aggregates slow individual nodes into a high-performance system, effectively managing petabytes of data while mitigating physical hardware constraints and potential I/O bottlenecks.

Sources:/r/programming426 pts
S3 Files and the changing face of S3
04Tuesday, April 7, 2026

S3 Files and the changing face of S3

Amazon S3 introduces S3 Files, allowing users to mount S3 buckets as network file systems on AWS compute services. By integrating EFS, it eliminates data movement overhead between object storage and file-based applications. The 'stage and commit' architecture explicitly manages the boundary between file and object semantics, enhancing interoperability for data processing pipelines and research workloads.

Sources:Hacker News357 pts
The AWS Lambda 'Kiss of Death'
05Tuesday, April 7, 2026

The AWS Lambda 'Kiss of Death'

Database freezes in a Galera environment were traced to excessive InnoDB history growth caused by AWS Lambda connection pooling. Idle persistent connections kept transactions open, preventing row version purging. Changing the transaction isolation level to READ-COMMITTED resolved the issue by ensuring short-lived read views and allowing consistent garbage collection of undo logs.

Sources:/r/programming341 pts
Ministack (Replacement for LocalStack)
06Tuesday, March 31, 2026

Ministack (Replacement for LocalStack)

MiniStack is a free, lightweight, and high-performance alternative to LocalStack. It provides local AWS emulation for 33 services, utilizing real infrastructure like actual Postgres, Redis, and Docker containers. With a small footprint, fast startup, and MIT license, it offers a cost-effective, telemetry-free solution for developers requiring authentic cloud service simulation.

Sources:Hacker News276 pts
Floci – A free, open-source local AWS emulator
07Saturday, March 21, 2026

Floci – A free, open-source local AWS emulator

Floci is a lightweight, open-source AWS emulator designed as a high-performance, drop-in alternative to LocalStack. Released under the MIT license, it offers unlimited CI/CD support, rapid startup times, and low memory usage without requiring authentication or feature gates. It supports over 20 AWS services, ensuring full compatibility with existing AWS SDKs for local development.

Sources:Hacker News237 pts
Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead
08Tuesday, April 7, 2026

Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead

Locker is a self-hosted file management platform designed for power users. It offers storage provider flexibility, including AWS S3 and Cloudflare R2, integrated search for images and PDFs, a virtual Bash shell, and role-based team collaboration. Secure by default with OAuth, it provides programmatic API access while ensuring full data ownership and cost efficiency.

Sources:Hacker News192 pts
Local Stack Archived their GitHub repo and requires an account to run
09Monday, March 23, 2026

Local Stack Archived their GitHub repo and requires an account to run

LocalStack is consolidating its development into a single, unified Docker image, resulting in the archiving of this repository. It remains a powerful cloud software development framework that allows developers to emulate AWS services locally. Users should transition to the unified image and CLI to continue streamlining their testing and development workflows for AWS applications.

Sources:Hacker News191 pts
Iran strikes leave Amazon availability zones "hard down" in Bahrain and Dubai
10Friday, April 3, 2026

Iran strikes leave Amazon availability zones "hard down" in Bahrain and Dubai

Iranian strikes have significantly damaged AWS infrastructure in Bahrain and Dubai, leaving multiple availability zones unresponsive. Internal memos advise deprioritizing these regions and migrating workloads elsewhere, as persistent conflict threatens U.S. tech giants in the Gulf. Amazon currently has no timeline for restoring normal operations in the affected areas.

Sources:Hacker News158 pts
Iranian missile blitz takes down AWS data centers in Bahrain and Dubai
11Saturday, April 4, 2026

Iranian missile blitz takes down AWS data centers in Bahrain and Dubai

Iranian strikes have severely damaged AWS data centers in Bahrain and Dubai, forcing Amazon to declare a 'hard down' status. These incidents reflect wider regional infrastructure risks, threatening tech operations and global semiconductor supply chains. The conflict highlights vulnerabilities in relying on centralized hyperscale data centers, which have become high-value targets during geopolitical instability.

Sources:Hacker News117 pts
Deploying AG-UI Agents to Production with Amazon Bedrock AgentCore
12Tuesday, March 24, 2026

Deploying AG-UI Agents to Production with Amazon Bedrock AgentCore

Amazon Bedrock AgentCore Runtime now natively supports the AG-UI protocol, standardizing agent-to-UI communication. By offloading infrastructure burdens like authentication, session isolation, and auto-scaling to a managed environment, developers can focus solely on agent logic. The platform is framework-agnostic, enabling seamless deployment of agents built with tools like Strands, LangGraph, and CrewAI.

Sources:Dev.to57 pts