Postgres Example (#490)

* creating postgres example - fixes #489

* postgres example glide fix

* all the changes

* use fn call

* removing func.yaml

* removing build.sh

* test.sh cleanup
This commit is contained in:
Jordan Krage
2017-01-30 11:06:31 -06:00
committed by Travis Reeder
parent 67af2757cd
commit d565cc6afe
6 changed files with 185 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
package: github.com/iron-io/functions/examples/postgres
import:
- package: github.com/lib/pq
- package: github.com/pkg/errors