AWS Compute Blog
Category: Messaging
Using certificate-based authentication for iOS applications with HAQM SNS
This blog post is written by Yashlin Naidoo, Arnav Thakur, Kim Read, Guilherme Silva. HAQM SNS enables you to send notifications to a mobile push endpoint using a platform application endpoint by dispatching the notification on your application’s behalf. Push notifications for iOS apps are sent using Apple Push Notification Service (APNs). To send push […]
Introducing HAQM CodeWhisperer in the AWS Lambda console (In preview)
This blog post is written by Mark Richman, Senior Solutions Architect. Today, AWS is launching a new capability to integrate the HAQM CodeWhisperer experience with the AWS Lambda console code editor. HAQM CodeWhisperer is a machine learning (ML)–powered service that helps improve developer productivity. It generates code recommendations based on their code comments written in […]
Introducing AWS Lambda batching controls for message broker services
This post is written by Mithun Mallick, Senior Specialist Solutions Architect. AWS Lambda now supports configuring a maximum batch window for instance-based message broker services to fine tune when Lambda invocations occur. This feature gives you an additional control on batching behavior when processing data. It applies to HAQM Managed Streaming for Apache Kafka (HAQM […]
ICYMI: Serverless Q4 2021
Welcome to the 16th edition of the AWS Serverless ICYMI (in case you missed it) quarterly recap. Every quarter, we share all of the most recent product launches, feature enhancements, blog posts, webinars, Twitch live streams, and other interesting things that you might have missed! In case you missed our last ICYMI, check out what […]
Using an HAQM MQ network of broker topologies for distributed microservices
This blog explains the choices when designing a cross-Region or a hybrid network of brokers architecture that spans AWS and your data centers. The example starts with a concentrator topology and enhances that with a cross-Region design to help address network routing and network security requirements.
Introducing HAQM Simple Queue Service dead-letter queue redrive to source queues
This blog post is written by Mark Richman, a Senior Solutions Architect for SMB. Today AWS is launching a new capability to enhance the dead-letter queue (DLQ) management experience for HAQM Simple Queue Service (SQS). DLQ redrive to source queues allows SQS to manage the lifecycle of unconsumed messages stored in DLQs. SQS is a […]
Introducing mutual TLS authentication for HAQM MSK as an event source
This post is written by Uma Ramadoss, Senior Specialist Solutions Architect, Integration. Today, AWS Lambda is introducing mutual TLS (mTLS) authentication for HAQM Managed Streaming for Apache Kafka (HAQM MSK) and self-managed Kafka as an event source. Many customers use HAQM MSK for streaming data from multiple producers. Multiple subscribers can then consume the streaming […]
Publishing messages in batch to HAQM SNS topics
This post is written by Heeki Park (Principal Solutions Architect, Serverless Specialist), Marc Pinaud (Senior Product Manager, HAQM SNS), Amir Eldesoky (Software Development Engineer, HAQM SNS), Jack Li (Software Development Engineer, HAQM SNS), and William Nguyen (Software Development Engineer, HAQM SNS). Today, we are announcing the ability for AWS customers to publish messages in batch […]
Understanding how AWS Lambda scales with HAQM SQS standard queues
This post explores Lambda’s scaling behavior when subscribed to SQS standard queues. It walks through several ways to scale faster and maximize Lambda throughput when needed. This includes increasing the memory allocation for the Lambda function, increasing batch size, catching errors, and making configuration changes.
Token-based authentication for iOS applications with HAQM SNS
This post is co-written by Karen Hong, Software Development Engineer, AWS Messaging. To use HAQM SNS to send mobile push notifications, you must provide a set of credentials for connecting to the supported push notification service (see prerequisites for push). For the Apple Push Notification service (APNs), SNS now supports using token-based authentication (.p8), in […]