Skip to content

Commit

Permalink
Merge pull request #2 from filipall/Fix_include_src_lambdas_in_zip
Browse files Browse the repository at this point in the history
Include all files in src/lambdas folder
  • Loading branch information
filipall authored Jun 15, 2020
2 parents 06daca0 + cb9f046 commit d2eff7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ publish_dependencies_as_layer(){

publish_function_code(){
echo "Deploying the code itself..."
zip -r code.zip . -i src/lambdas/ -x \*.git\*
zip -r code.zip . -i src/lambdas/* -x \*.git\*
aws lambda update-function-code --function-name "${INPUT_LAMBDA_FUNCTION_NAME}" --zip-file fileb://code.zip
}

Expand Down

0 comments on commit d2eff7e

Please sign in to comment.