Using AWS Secrets Manager with Python (Lambda Console)

后端 未结 5 555
南旧
南旧 2021-01-04 11:30

I am attempting to use Secrets Manager a Lambda function in AWS. Secrets a manager is used to store database credentials to Snowflake (username, password).

I managed

5条回答
  •  渐次进展
    2021-01-04 12:34

    AWS provide some template for some supported database engines such as MySQL etc, please take a look at this template:

    For unsupported db, check this

    The template provided above will give you an example for customizing for your own function.

提交回复
热议问题