Skip to content

Commit

Permalink
fix: lambda layer publish script
Browse files Browse the repository at this point in the history
Signed-off-by: Varsha GS <varsha.gs@ibm.com>
  • Loading branch information
GSVarsha committed May 27, 2024
1 parent 5c31b63 commit 36d1b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/aws-lambda/build_and_publish_lambda_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

print("===> Manually copying in local dev code")
shutil.rmtree(build_directory + "/instana")
shutil.copytree(os.getcwd() + '/instana', build_directory + "/instana")
shutil.copytree(os.getcwd() + "/src/instana", build_directory + "/instana")

print("===> Creating Lambda ZIP file")
timestamp = time.strftime("%Y-%m-%d_%H:%M:%S")
Expand Down

0 comments on commit 36d1b8b

Please sign in to comment.