AWS Batch
A fully managed service for running batch computing workloads at any scale. It dynamically provisions the optimal compute resources based on the job requirements, simplifying large-scale processing tasks.
AWS Wavelength
An AWS service that extends AWS infrastructure to the edge of 5G networks, enabling ultra-low latency applications like AR/VR, IoT, and real-time gaming by hosting compute and storage close to users.
AWS Local Zones
AWS infrastructure deployment that places compute, storage, and networking resources closer to end users in specific geographic locations, reducing latency for applications that require near real-time responsiveness.
AWS Amplify
A development platform for building and deploying scalable web and mobile applications. It provides tools for backend services (e.g., authentication, APIs, storage) and a fully managed CI/CD pipeline for frontend hosting.
AWS AppSync
A managed service for building scalable GraphQL APIs. It simplifies data access, synchronization, and real-time updates for applications by connecting to multiple data sources like databases and APIs.
AWS Device Farm
A managed service for testing mobile and web applications on a wide range of real devices and browsers in the cloud. It helps identify and fix issues across various platforms and configurations.
AWS EventBridge
A serverless event bus service that connects application components using events. It enables the ingestion, filtering, and routing of events from AWS services, custom applications, or SaaS providers to target services like AWS Lambda or Step Functions, supporting event-driven architectures.
AWS Step Functions
A serverless orchestration service for building and running workflows that coordinate AWS services and custom applications. It enables developers to define workflows using visual diagrams or JSON-based state machines, ensuring reliable execution and error handling.