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.
Asked
Active
Viewed 1,279 times
1 Answers
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