文件名称:oprah:打包以将参数部署到AWS
文件大小:164KB
文件格式:ZIP
更新时间:2024-06-01 03:22:21
aws configuration-management amazon-web-services aws-dynamodb aws-parameter-store
:honeybee: 奥普拉 用于将配置和加密机密推送到AWS的节点模块。 安装 # Via yarn $ yarn add oprah # Via npm $ npm install oprah 用法 在应用程序的根目录中,添加名为oprah.yml配置文件。 service: oprah-service provider: ssm config: path: /${stage}/oprah/config defaults: DB_NAME: my-database DB_HOST: 3200 required: DB_TABLE: "some database table name for ${stage}" secret: path: /${stage}/oprah/secret required: DB_PASSWORD: "secret dat