I was trying to follow the official AWS guide to connect to AWS Keyspaces using .Net Core. I tried to implement this code for a C# lambda function but I'm having trouble trying to add the Starfield X509 certificate to it in order to connect to my DB.
To the best of my knowledge AWS lambdas don't really have any sub folders to store files in correct? If that is the case, I was wondering how I can store a cert in the lambda or if there is a way to retrieve the cert for the lambda so that I can use it to connect to AWS Keyspaces.
Forgive me if my assumptions are all wrong. If there is a better way to connect to AWS Keyspaces using lambdas I'm always happy to try it.