Infisical / infisical

♾ Infisical is the open-source secret management platform: Sync secrets across your team/infrastructure, prevent secret leaks, and manage internal PKI
https://infisical.com
Other
15.22k stars 881 forks source link

Integration with AWS Lambda #376

Open vmatsiiako opened 1 year ago

vmatsiiako commented 1 year ago

Feature description

Be able to inject secrets from Infisical yo AWS Lambda

Why would it be useful?

Quite a few people are using AWS Lambda, so it would be very helpful for them.

jagzmz commented 1 year ago

Is there a way to achieve this ?

maidul98 commented 1 year ago

You can use our node sdk https://github.com/Infisical/infisical-node

decarbonise commented 1 year ago

A language agnostic solution is preferable to a Node-specific one, since Lambda supports many different languages. Doppler allows for direct injection through the aws update-function-configuration command: https://docs.doppler.com/docs/aws-lambda It should be relatively simple for Infisical to do something similar; all it needs to do is spit out a correctly formatted JSON and that will get embedded in the Lambda's environment variables