Tag: Aws
-
What AWS Security learned from responding to recent npm supply chain threat campaigns
Posted on January 28, 2026, Level intermediate Resource Length medium
AWS details its response to recent npm supply chain attacks, emphasizing proactive detection, rapid response, and collaborative threat intelligence sharing. By Nikki Pahliney, Chi Tran, Albin Vattakattu, Charlie Bacon, Dan Dutrow, David Magnotti, Jeff Laskowski, Stephen Goodman, and Ryan Tick.
Tags app-development big-data infosec management aws
-
Multi-Cloud load balancers, explained: AWS vs GCP vs Azure (L4, L7, and Global Edge)
Posted on January 22, 2026, Level beginner Resource Length medium
This guide provides a deep technical comparison of AWS, GCP, and Azure load balancers, detailing their L4/L7 architectures, performance characteristics, and optimal use cases. Learn to select the right service for microservices, global applications, and high-throughput workloads, with a special focus on protocols like GENEVE and flow hashing. By Piyush Jajoo.
Tags azure aws cloud devops performance
-
AWS 2025: A year of agentic AI, custom chips, and multicloud bridges
Posted on January 12, 2026, Level intermediate Resource Length medium
AWS's 2025 was a pivotal year, marked by the rise of Agentic AI, custom silicon advancements, and real multicloud integration, fundamentally altering how developers build and deploy software. By Damien Gallagher.
Tags ai aws app-development cloud cio
-
Streamline AI agent tool interactions: Connect API Gateway to AgentCore Gateway with MCP
Posted on January 2, 2026, Level intermediate Resource Length medium
Amazon Bedrock's AgentCore Gateway now supports API Gateway, enabling seamless integration of existing REST APIs into agentic applications using the Model Context Protocol (MCP), enhancing security and observability. By Sparsh Wadhwa, Dhawalkumar Patel, and Heeki Park.
Tags aws ai serverless restful software-architecture data-science
-
Deploy Hugo site to AWS S3 with AWS CLI
Posted on December 15, 2025, Level intermediate Resource Length long
Deploying a Hugo static site to AWS S3 using the AWS CLI provides a robust, scalable solution for hosting your website. This guide covers the complete deployment process, from initial setup to advanced automation and cache management strategies. By About Rost Glukhov.
Tags web-development aws devops how-to
-
Scaling real-time video on AWS
Posted on December 7, 2025, Level intermediate Resource Length medium
Dive into the core protocols powering WebRTC, exploring how SDP, ICE, and DTLS work together to enable secure, real-time communication in production environments. Author works with the engineering team of a global live-streaming platform, and recently, we built a planet-scale WebRTC Selective Forwarding Unit (SFU) on AWS using Kubernetes to keep end-to-end latency below 150 ms (P95 = 140 ms) even across continents. By Oleksii Bondar.
Tags aws devops cicd app-development web-development
-
AWS Lambda enhances event processing with provisioned mode for SQS event-source mapping
Posted on November 30, 2025, Level beginner Resource Length short
Provisioned mode for SQS ESM enables dedicated resources (event pollers) that scale up to 1000 per minute to handle traffic spikes and low latency processing, maintaining up to 20K concurrency. This improves performance and responsiveness of event-driven apps, making it a viable option for high throughput scenarios. By Micah Walter.
Tags aws serverless queues messaging app-development
-
Defending against supply chain attacks like Chalk/Debug and the Shai-Hulud worm
Posted on October 5, 2025, Level beginner Resource Length short
Supply chain attacks targeting open-source packages pose a significant threat; proactive measures like dependency auditing and robust security tools are crucial for developers. By Chi Tran, Charlie Bacon, Nirali Desai.
Tags ai cio infosec software learning management aws
-
Amazon DocumentDB serverless: Auto-scaling database solution for variable workloads
Posted on August 16, 2025, Level intermediate Resource Length medium
The primary goal of Amazon DocumentDB Serverless is to simplify operational overhead and reduce costs for developers using DocumentDB, a MongoDB-compatible database service. AWS recently announced the general availability (GA) of Amazon DocumentDB Serverless, an on-demand, auto-scaling configuration for Amazon DocumentDB. However, it's important to note that while AWS markets it as "serverless," it aligns more with an auto-scaling model rather than a scale-to-zero model, which is a key differentiator often associated with true serverless offerings. By Steef-Jan Wiggers.
Tags serverless app-development web-development database aws
-
Choosing between EventBridge, SNS, and SQS for event-driven patterns
Posted on June 12, 2025, Level intermediate Resource Length long
AWS offers multiple services for decoupling business domains in event-driven patterns. The three main ones are EventBridge, SNS, and SQS. Use EventBridge for targeted content-based routing when you need to match complex rules. By Arpad Toth.
Tags aws app-development web-development queues messaging distributed
-
AWS 2025: New features and changes you should know
Posted on January 23, 2025, Level beginner Resource Length medium
AWS is one of the most popular cloud platforms, and it's important to stay updated on what's new. In this blog, we will look at the most important updates to AWS in 2025. These updates include new tools, improved features, and services that will make cloud computing easier, faster, and more cost-effective. By Croma Campus.
Tags app-development distributed aws infosec learning
-
Introduction to distributed NoSQL databases
Posted on December 3, 2024, Level beginner Resource Length medium
Distributed NoSQL databases are designed to handle large datasets efficiently. They are distributed across multiple servers, which allows them to scale horizontally. NoSQL databases are more flexible than traditional relational databases, which can make them a better choice for applications with changing data needs. By Alex Patino.
Tags cloud aws database nosql performance