1
0
Fork 0

Remove WIP from README (#20)

This commit is contained in:
Andrew Tomaka 2020-10-03 14:47:35 -04:00 committed by GitHub
parent b75dc17053
commit 9d7a388b2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
# Psenv
**Work in progress**
Shim to load environment variables from [AWS Systems Manager Parameter Store](https://aws.amazon.com/systems-manager/features/#Parameter_Store) into ENV.
Psenv currently heavily borrows from [Dotenv](https://github.com/bkeepers/dotenv), mainly because I use it in roughly every project so it made sense for the APIs to match.