awsenv. List is sorted in alpha order, so I added it to top
diff --git a/Projects.md b/Projects.md
index c85e6c0..f695bf9 100644
--- a/Projects.md
+++ b/Projects.md
@@ -176,6 +176,7 @@
 
 ## Configuration File Parsers
 
+  * [awsenv](https://github.com/soniah/awsenv) - a small binary that loads Amazon (AWS) environment variables for a profile
   * [flagfile](https://github.com/spacemonkeygo/flagfile) - Adds parsing and serialization support to the standard library flag package (adds a --flagfile option)
   * [gcfg](http://code.google.com/p/gcfg/) - read INI-style configuration files into Go structs; supports user-defined types and subsections
   * [globalconf](https://github.com/rakyll/globalconf) - Effortlessly persist to and read flag values from an ini config file