Connecting to DocumentDB from AWS Lambda using Python
问题 I am trying to connect to DocumentDB from a Lambda function. I have configured my DocumentDB as per this tutorial and can access it through the cloud9 command prompt. The documentDB cluster is part of two security groups. The first security group is called demoDocDB and the second called default and is the vpc defulat security group. The inbound rules for demoDocDB forward requests from the cloud9 instance to port 27017 where my documentDB database is running. The inbound rules for the