Versent / unicreds

unicreds is a CLI which manages secrets in AWS using DynamoDB and KMS.
https://github.com/Versent/unicreds
MIT License
117 stars 39 forks source link

Using Unicreds in AWS Lambda #58

Closed Siva7891 closed 7 years ago

Siva7891 commented 8 years ago

Can we use Unicers for the functions that are deployed in AWS Lambda?

SonOfBytes commented 7 years ago

I haven't done this with unicreds - that said a lambda function should be able to run an arbitrary command.

This AWS blog may help

https://aws.amazon.com/blogs/compute/running-executables-in-aws-lambda/

Siva7891 commented 7 years ago

Thanks for pointing out the relevant blog post. I will give it a try.

jolexa commented 7 years ago

Yes, it is perfectly fine to use unicreds in a lambda function, one of the nice things about Go executables.. This is not really an applicable GH issue and should be closed.