Skip to content

Commit

Permalink
Adding lambda library build
Browse files Browse the repository at this point in the history
  • Loading branch information
jupierce committed Feb 21, 2019
1 parent 69aa311 commit 8488c86
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea/
*.pyc
examples/dumps
*.zip
examples/dumps
1 change: 1 addition & 0 deletions lambda/model/python/model.py
10 changes: 10 additions & 0 deletions lambda/package.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/sh

set -e

F=$(pwd)/lambda-layer-model.zip
rm -f $F

pushd model
zip -r $F python/*

0 comments on commit 8488c86

Please sign in to comment.