You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@
2
2
3
3
This is a small utility to help populate environment variables using secrets stored in AWS Parameter Store.
4
4
5
-
Loosely based on [https://github.com/Droplr/aws-env] which exports a portion of Parameter Store as environment variables, this tool allows you greater control over what will be exported.
5
+
Based loosely on [Droplr/aws-env](https://github.com/Droplr/aws-env): a tool that exports a portion of Parameter Store as environment variables.
6
+
7
+
Instead, this tool allows you greater control over what will be exported, and doesn't force environment variable naming upon you (easier to adapt for exising applications).
6
8
7
9
## How it works
8
10
- aws-env looks through the environment for any variables whose value begins with a special prefix (`awsenv:` by default).
0 commit comments