当前位置:网站首页>AWS lambda: how to store secrets to external APIs- AWS Lambda: How to store secret to external API?

AWS lambda: how to store secrets to external APIs- AWS Lambda: How to store secret to external API?

2022-06-12 23:21:00 Saffron

problem :

I'm building a monitoring tool based on AWS Lambda. I am building a project based on AWS Lambda Monitoring tools .Given a set of metrics, the Lambdas should be able to send SMS using Twilio API. Given a set of indicators ,Lambdas Should be able to use Twilio API send out SMS.To be able to use the API, Twilio provide an account SID and an auth token. In order to be able to use API​​,Twilio Provide account SID And authentication token .

How and where should I store these secrets? How and where should I store these secrets ?

I'm currently thinking to use AWS KMS but there might be other better solutions. I am currently considering using AWS KMS, But there may be other better solutions .


Solution :

Reference resources : https://stackoom.com/en/question/1zF4Q
原网站

版权声明
本文为[Saffron]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202281011161946.html

随机推荐