5

Looking for a sample program to connect to Amazon Keyspaces (AWS Managed Cassandra) using AWS Lambda, however could not find any sample programs for the same.

Autumn88
  • 351
  • 1
  • 11
Amit Kaneria
  • 5,466
  • 2
  • 35
  • 38

1 Answers1

3

I was looking for the same thing, but there seems to be a python example that shows how to do it: https://github.com/aws-samples/aws-keyspaces-lambda-python. Basically create IAM users and use those credentials in the lambda.

Vaal
  • 634
  • 7
  • 9