1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Fix resolver Makefile

This commit is contained in:
Maksym Pavlenko
2019-07-09 23:43:14 -07:00
parent d8547f8674
commit 6ea38123e3

View File

@ -2,7 +2,7 @@
build:
pip3 install --requirement requirements.txt --target package
cd package && zip -r9 ../function.zip .
zip -g function.zip function.py
zip -g function.zip lambda.py resolver.py
deploy: build
aws --profile Podsync lambda create-function \