Fix lambda import (#605)

* Fix lambda import

* more updates

* more changes
This commit is contained in:
Seif Lotfy سيف لطفي
2017-03-24 18:44:38 +01:00
committed by Travis Reeder
parent cc4ff197e0
commit d8871d1562
6 changed files with 44 additions and 217 deletions

View File

@@ -1,3 +1,3 @@
set -ex
docker build -t iron/functions-lambda:node4.3 .
docker build -t iron/functions-lambda:nodejs4.3 .

View File

@@ -1,4 +1,4 @@
set -ex
./build.sh
docker push iron/functions-lambda:node4.3
docker push iron/functions-lambda:nodejs4.3