Skip to content

Commit

Permalink
Merge pull request #5 from filipall/Add_prebuilt_numpy_scipy_layer
Browse files Browse the repository at this point in the history
Add the prebuilt numpy scipy layer
  • Loading branch information
filipall authored Jun 25, 2020
2 parents aa2f36d + 116104f commit 2375f0b
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 @@ -22,7 +22,7 @@ publish_function_code(){

update_function_layers(){
echo "Using the layer in the function..."
aws lambda update-function-configuration --function-name "${INPUT_LAMBDA_FUNCTION_NAME}" --layers "${INPUT_LAMBDA_LAYER_ARN}:${LAYER_VERSION}"
aws lambda update-function-configuration --function-name "${INPUT_LAMBDA_FUNCTION_NAME}" --layers "arn:aws:lambda:eu-west-1:399891621064:layer:AWSLambda-Python37-SciPy1x:22" "${INPUT_LAMBDA_LAYER_ARN}:${LAYER_VERSION}"
}

deploy_lambda_function(){
Expand Down

0 comments on commit 2375f0b

Please sign in to comment.