# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: MIT-0 locals { building_path = "build" lambda_code_filename = "publishBookReview.zip" lambda_src_path = "./src" }