Explore Developer Center's New Chatbot! MongoDB AI Chatbot can be accessed at the top of your navigation to answer all your MongoDB questions.

MongoDB Developer
MongoDB Developer Centerchevron-right
Developer Topicschevron-right

Serverless

plus Follow
Sign in to follow topics

Featured

Tutorial

Part #2: Create Your Model Endpoint With Amazon SageMaker, AWS Lambda, and AWS API Gateway

In this series, we look at how to use Amazon SageMaker and MongoDB Atlas Vector Search to semantically search your data....
MongoDB thumbnail image
AIAWSServerlessAtlasVector SearchPython

Sep 18, 2024 | 7 min read
Dominic Frei
Tutorial

Part #1: Build Your Own Vector Search with MongoDB Atlas and Amazon SageMaker

Amazon SageMaker Logo

Sep 18, 2024 | 4 min read
Video

AI Structured output and MongoDB Atlas services

MongoDB thumbnail image
Play Button

Sep 05, 2024 | 61 min
Serverless Articles
All Serverless Articles
Article

Keeping Your Costs Down With MongoDB Atlas Serverless Instances

MongoDB thumbnail image

Oct 01, 2024 | 3 min read
Article

How to Optimize Your Serverless Instance Bill with Indexing

MongoDB thumbnail image

Sep 13, 2023 | 6 min read
Article

How to Build Serverless Applications with SST and MongoDB Atlas

MongoDB thumbnail image

Aug 29, 2024 | 3 min read
All Serverless Articles
Serverless Tutorials
All Serverless Tutorials
Tutorial

Part #2: Create Your Model Endpoint With Amazon SageMaker, AWS Lambda, and AWS API Gateway

MongoDB thumbnail image

Sep 18, 2024 | 7 min read
Tutorial

Part #1: Build Your Own Vector Search with MongoDB Atlas and Amazon SageMaker

Amazon SageMaker Logo

Sep 18, 2024 | 4 min read
Tutorial

Getting Started With MongoDB Atlas Serverless, AWS CDK, and AWS Serverless Computing

MongoDB thumbnail image

Aug 09, 2024 | 18 min read
Serverless Videos
All Serverless Videos
Video

AI Structured output and MongoDB Atlas services

MongoDB thumbnail image
Play Button

Sep 05, 2024 | 61 min
Video

Python Chat with Anaiya Raisinghani

MongoDB thumbnail image
Play Button

Mar 15, 2024 | 59 min
Video

Build an AWS Lambda Serverless function with PyMongo & MongoDB

MongoDB thumbnail image
Play Button

Sep 25, 2023 | 20 min
All Serverless Content
search
  • Latest
  • Highest Rated
Tutorial

Getting Started With MongoDB Atlas Serverless, AWS CDK, and AWS Serverless Computing

Build an app that aggregates sales data stored in an Atlas serverless instance using AWS Lambda and Amazon API Gateway to create a RESTful API interface.
MongoDB thumbnail image

Aug 09, 2024
Zuhair Ahmed (+1)
Tutorial

Getting Started with MongoDB Atlas and Azure Functions using .NET and C#

Learn how to build scalable serverless functions on Azure that communicate with MongoDB Atlas using C# and .NET.
MongoDB thumbnail image

Apr 02, 2024
Nic Raboy
Tutorial

How to Use PyMongo to Connect MongoDB Atlas with AWS Lambda

Learn how to leverage the power of AWS Lambda and MongoDB Atlas in your applications.
MongoDB thumbnail image

Apr 02, 2024
Anaiya Raisinghani
Video

Python Chat with Anaiya Raisinghani

Anaiya Raisinghani is a Developer Advocate at MongoDB, and she's been building some awesome things with Python and a cool serverless platform called Neurelo. We're going to have a wide-ranging chat about what she knows and loves about MongoDB and the kinds of things she likes to build. There's going to be some demos and Python code walkthroughs. It's going to be a whole load of fun. - Check out Anaiya's articles on Neurelo: Neurelo and MongoDB: Getting Started and Fun Extras - https://mdb.link/vtEtu9-v5ZM-getting-started Building a Restaurant Locator Using Atlas, Neurelo, and AWS Lambda - https://mdb.link/vtEtu9-v5ZM-neurelo-AWS
MongoDB thumbnail image
Play Button

Mar 15, 2024
Video

Build an AWS Lambda Serverless function with PyMongo & MongoDB

✅ Sign-up for a free cluster at → https://mdb.link/free--ZSKyLspT3Q ✅ Get help on our Community Forums → https://mdb.link/community--ZSKyLspT3Q Follow along as MongoDB Developer Advocate Anaiya Raisinghani explains how to use AWS Lambda with PyMongo, MongoDB's Python Driver! This tutorial will take you through setting up an Atlas Cluster, establishing an AWS Lambda function, connecting the cluster to Lambda, and loading in/reading back specific information. Watch through the end for information on utilizing MongoDB's Aggregation Pipeline structure. 🔗 Resources 🔗 ✅ For an article format of this video along with code samples, please view our Developer Center → https://mdb.link/article--ZSKyLspT3Q ✅ Connect with Anaiya → https://www.linkedin.com/in/anaiyaraisinghani/ ✅ View more of Anaiya's content → https://www.mongodb.com/developer/search/?s=anaiya+raisinghani&sortMode=0 ------ Don't forget to like, share, and subscribe for more awesome tutorials! 🙌 ✅ Subscribe to our channel → https://mdb.link/subscribe
MongoDB thumbnail image
Play Button

Sep 25, 2023
Video

Build an AWS Lambda Serverless function with Java and MongoDB

✅ Sign-up for a free cluster at → https://mdb.link/free-hMlUrnx9n84 ✅ Get help on our Community Forums → https://mdb.link/community-hMlUrnx9n84 👋 Hey there, welcome to this tutorial on Serverless Development with AWS Lambda and MongoDB Atlas using Java! If you're looking to build a scalable application without the hassle of managing infrastructure, you're in the right place. 🔍 What You'll Learn 🔍 → Set up a serverless function using AWS Lambda and Java → Connect your Lambda function to MongoDB Atlas → Best practices for dependency management with Gradle → Query data from MongoDB within your serverless function 🛠 Prerequisites 🛠 → AWS Lambda compatible version of Java → MongoDB Atlas instance deployed and configured → Amazon Web Services (AWS) account → Gradle or Maven for dependency management 📝 Key Takeaways 📝 → Cost-Efficiency: Serverless functions auto-scale, saving you from unnecessary infrastructure costs → Elasticity: MongoDB Atlas pairs perfectly with AWS Lambda's serverless architecture → Code Reusability: Learn how to write reusable MongoDB queries in Java → Security: Use environment variables for sensitive information like MongoDB Atlas URI → Deployment: Step-by-step guide to deploy your Java application to AWS Lambda 👀 Sample Code: We'll walk you through boilerplate AWS Lambda code for Java and Gradle tasks for building your project. You'll also learn how to query MongoDB collections based on user input. 🔗 Resources 🔗 ✅ Written article with code snippets → https://mdb.link/article-hMlUrnx9n84 ⏱️ Timestamps ⏱️ 00:00 - Intro 01:38 - Create a New Java Application 02:05 - Adding Gradle Dependencies for AWS Lambda and MongoDB 03:27 - Configure the Fat Jar in Gradle 04:47 - Create an AWS Lambda Function with Java 06:03 - Connect to MongoDB in Java 10:36 - Querying MongoDB in an AWS Lambda Function 13:58 - Build a Fat Jar of the AWS Lambda Application 14:38 - Navigating the AWS Lambda Dashboard 17:18 - Adding Match Criteria to a MongoDB Query 20:03 - A Review of the Project ------ Don't forget to like, share, and subscribe for more awesome tutorials! 🙌 ✅ Subscribe to our channel → https://mdb.link/subscribe
MongoDB thumbnail image
Play Button

Sep 25, 2023
Article

How to Optimize Your Serverless Instance Bill with Indexing

Shifting from a pre-provisioned to a serverless database can be challenging. Learn how to optimize your database and save money with these best practices.
MongoDB thumbnail image

Sep 13, 2023
Vishal Dhiman
Video

Build an AWS Lambda Serverless function with Kotlin and MongoDB

✅ Sign-up for a free cluster at: https://mdb.link/free-lQ6g3QTf4eA ✅ Get help on our Community Forums: https://mdb.link/community-lQ6g3QTf4eA Learn how to build an AWS Lambda function with Kotlin that interacts with MongoDB and uses the Kotlin driver for MongoDB. 📚 Resources 📚 Gain access to the code from this video and a written set of instructions by navigating to this tutorial on the Developer Center: https://mdb.link/article-with-code-lQ6g3QTf4eA ------ ✅ Subscribe to our channel → https://mdb.link/subscribe
MongoDB thumbnail image
Play Button

Sep 07, 2023
Video

Intro to MongoDB (Webinar)

Senior Developer Advocate Jesse Hall will showcase the unique advantages of the document data model and show you how to deploy an Atlas cluster. Jesse will present a demo of how to get started with MongoDB Atlas and walk you through how to: - Create your first cluster - Add an IP address - Add a database user - Load sample data using a Next.js - e-commerce demo app - Connect to the database Intro to MongoDB Docs → https://trymongodb.com/3KwjOrQ Subscribe to MongoDB ➡️ https://bit.ly/3bpg1Z1
MongoDB thumbnail image
Play Button

Aug 08, 2023
Video

Atlas Vector Search Explained in 3 minutes

*Use the CC settings to toggle subtitles in English, Chinese (简体中文), French (Français), German (Deutsch), Italian (Italiano), Korean (한국인), Portuguese (Português), & Spanish (Español). Learn more → https://trymongodb.com/44dMMnG Blog post → https://trymongodb.com/46g7OUC Watch the full session → https://trymongodb.com/3Qk8wed By integrating the operational database and vector store in a single, unified, and fully managed platform — along with support integrations into large language models (LLMs) — Atlas Vector Search is a fast and easy way to build semantic search and AI-powered applications. View all .local NY sessions → https://trymongodb.com/mongodblocalnyc23 Subscribe to our channel → https://mdb.link/subscribe #MongoDBlocalNYC2023
MongoDB thumbnail image
Play Button

Aug 04, 2023