AWS Database Blog
Category: AWS Lambda
Run full text search queries on HAQM DocumentDB (with MongoDB compatibility) data with HAQM OpenSearch Service
In this post, we show you how to integrate HAQM DocumentDB with HAQM ES so you can run full text search queries over your HAQM DocumentDB data. Specifically, we show you how to use an AWS Lambda function to stream events from your HAQM DocumentDB cluster’s change stream to an HAQM ES domain so you can run full text search queries on the data.
Accelerating Nylas’s feature development with AWS Data Lab
This is a guest post by David Ting, VP of Engineering at Nylas. In their own words, Nylas is a pioneer and leading provider of universal communications APIs that allow developers to quickly connect their applications to every email, calendar, or contacts provider in the world. Over 26,000 developers around the globe use the Nylas […]
Building enterprise applications using HAQM DynamoDB, AWS Lambda, and Go
HAQM DynamoDB is a fully managed service that delivers single-digit millisecond performance at any scale. It is fully managed, highly available through behind-the-scene Multi-AZ data replication, supports native write-through caching with HAQM DynamoDB Accelerator (DAX) as well as multiple global secondary indexes. Developers can interact with DynamoDB using the AWS SDK in a rich set […]
IAM role-based authentication to HAQM Aurora from serverless applications
January 2024: This post was reviewed and updated for accuracy. Storing user names and passwords directly in applications is not a best practice. Saving credentials as plaintext should never occur in a secure application. As a solution, AWS Identity and Access Management (IAM) policies can assign permissions that determine who is allowed to manage HAQM […]
Running AWS Lambda-based applications with HAQM DocumentDB
Microservices-based applications architectures are the norm for building scalable applications. AWS makes creating these types of applications easier with HAQM DocumentDB (with MongoDB compatibility). Just bring your code and deploy an application with this fast, scalable, highly available, and fully managed document database service that supports MongoDB workloads. You can use the same MongoDB application […]
Stream changes from HAQM RDS for PostgreSQL using HAQM Kinesis Data Streams and AWS Lambda
In this post, I discuss how to integrate a central HAQM Relational Database Service (HAQM RDS) for PostgreSQL database with other systems by streaming its modifications into HAQM Kinesis Data Streams. An earlier post, Streaming Changes in a Database with HAQM Kinesis, described how to integrate a central RDS for MySQL database with other systems […]
Capturing Data Changes in HAQM Aurora Using AWS Lambda
February 9, 2024: HAQM Kinesis Data Firehose has been renamed to HAQM Data Firehose. Read the AWS What’s New post to learn more. Re Alvarez-Parmar is a solutions architect at HAQM Web Services. He helps enterprises achieve success through technical guidance and thought leadership. In his spare time, he enjoys spending time with his two […]