Is there anyway to access neptune DB(Gremlin) using lambda functions?
I want to access neptune DB(gremlin) and I don't know how to access.
Yes you can access Amazon Neptune from Lambda. Let's say, as an example, you wanted to use Python, as part of the ZIP file that you upload to Lambda you would need to include the Gremlin Python libraries in the ZIP file. The Lambda documentation has some good examples of how to create that ZIP file. You also need to make sure that the Lambda function has access to the VPC that Neptune is running in.