Skip to content

Commit af9adc3

Browse files
author
Michael Robinson
authored
Merge pull request #7 from sendgrid/initial-release
Update README #major
2 parents 02349db + 5dbed40 commit af9adc3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
This is a small utility to help populate environment variables using secrets stored in AWS Parameter Store.
44

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).
68

79
## How it works
810
- aws-env looks through the environment for any variables whose value begins with a special prefix (`awsenv:` by default).

0 commit comments

Comments
 (0)