Syncing Data from DocumentDB to OpenSearch using Change Streams

Change streams are a feature of Amazon DocumentDB that provides a time-ordered sequence of data change events that occur within a DocumentDB cluster. We will demonstrate step by step how to synchronize real-time data changes from a DocumentDB cluster to an OpenSearch domain using change streams and a Lambda function.
Payments On-the-Go with Stripe

Discover how Stripe empowers a startup to provide hassle-free EV charging experiences by secure payments, real-time tracking, and automated invoicing.
Step-by-Step: How to Access Bank Data with an API

A step-by-step technical guide for accessing bank data via an API provider, presented by Valentin Dominte, Software Developer at Levi9.
Deploying a NestJS API to AWS Lambda with Serverless Framework

We develop a simple API which will be deployed to AWS cloud as a single Lambda function behind an API Gateway — a so-called Mono-Lambda.
Deploying Spring Boot API to AWS with Serverless and Lambda SnapStart

Learn how to create an API that returns the closest Starbucks locations near the given point and radius. The API will be backed by MongoDB to utilize geospatial queries, with a Spring Boot app wrapped into a Mono-Lambda on top, deployed seamlessly to AWS with Serverless Framework.