Accessing a MongoDB instance from AWS Lambda using Python
- by Emre Yilmaz
- Jun 8, 2018
- AWS • Serverless • Python • Databases • AWS Lambda
In recent days, I made some trials for connecting to MongoDB databases from AWS Lambda functions using Python. In today’s post I will share my experiences with you and take some notes about these trials for future reference. We will install MongoDB on an EC2 instance and develop simple Python functions to access it. Let’s start!
Continue reading the Accessing a MongoDB instance from AWS Lambda using Python blog post.