From b7ff83360f9feca75e95aafaaf3fe39e2711dc7e Mon Sep 17 00:00:00 2001 From: Bertold Van den Bergh Date: Sun, 10 Nov 2019 13:35:39 +0100 Subject: [PATCH] Update buildspec --- aws_lambda/buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws_lambda/buildspec.yml b/aws_lambda/buildspec.yml index ad30308..a864764 100644 --- a/aws_lambda/buildspec.yml +++ b/aws_lambda/buildspec.yml @@ -30,6 +30,6 @@ phases: artifacts: files: - - **/* + - '**/*' base-directory: aws_lambda/build/output/