AWS Compute Blog
Tag: contributed
Adding resiliency to AWS CloudFormation custom resource deployments
This blog post demonstrates how to use SQS and Lambda to add resiliency to CloudFormation custom resources deployments. This solution can be customized for use cases where CloudFormation stacks have a dependency on a custom resource.
Authenticating and authorizing HAQM MQ users with Lightweight Directory Access Protocol
This post is written by Dominic Gagné and Mithun Mallick. HAQM MQ is a managed message broker service for Apache ActiveMQ and RabbitMQ that simplifies setting up and operating message brokers in the AWS Cloud. Integrating an HAQM MQ broker with a Lightweight Directory Access Protocol (LDAP) server allows you to manage credentials and permissions for […]
Understanding VPC links in HAQM API Gateway private integrations
This post is written by Jose Eduardo Montilla Lugo, Security Consultant, AWS. A VPC link is a resource in HAQM API Gateway that allows for connecting API routes to private resources inside a VPC. A VPC link acts like any other integration endpoint for an API and is an abstraction layer on top of other […]
Building a serverless multiplayer game that scales: Part 2
This post shows how you can add scaling support for a game via automation. The example uses HAQM Rekognition to check images for unacceptable content and uses asynchronous architecture patterns with Step Functions and HTTP WebPush.
Automating HAQM CloudWatch dashboards and alarms for HAQM Managed Workflows for Apache Airflow
This article shows a serverless example that automatically creates CloudWatch dashboards and alarms for all existing and new MWAA environments. With this example, you can achieve better observability for your MWAA environments.
Integrating HAQM API Gateway private endpoints with on-premises networks
This post was written by Ahmed ElHaw, Sr. Solutions Architect Using AWS Direct Connect or AWS Site-to-Site VPN, customers can establish a private virtual interface from their on-premises network directly to their HAQM Virtual Private Cloud (VPC). Hybrid networking enables customers to benefit from the scalability, elasticity, and ease of use of AWS services while […]
Using serverless to load test HAQM API Gateway with authorization
This post was written by Ashish Mehra, Sr. Solutions Architect and Ramesh Chidirala, Solutions Architect Many customers design their applications to use HAQM API Gateway as the front door and load test their API endpoints before deploying to production. Customers want to simulate the actual usage scenario, including authentication and authorization. The load test ensures […]
Developing evolutionary architecture with AWS Lambda
This post shows how you can evolve a workload using hexagonal architecture. It explains how to add new functionality, change underlying infrastructure, or port the code base between different compute solutions. The main characteristics enabling this are loose coupling and strong encapsulation.
Translating content dynamically by using HAQM S3 Object Lambda
This blog post shows how you can use S3 Object Lambda with HAQM Translate to simplify dynamic content translation by using a data driven approach. With user-provided data as arguments, you can dynamically transform content in S3 and generate a new object.
Implementing a LIFO task queue using AWS Lambda and HAQM DynamoDB
This post was written by Diggory Briercliffe, Senior IoT Architect. When implementing a task queue, you can use HAQM SQS standard or FIFO (First-In-First-Out) queue types. Both queue types give priority to tasks created earlier over tasks that are created later. However, there are use cases where you need a LIFO (Last-In-First-Out) queue. This post […]