# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: MIT-0 # output "lambda_arn" { # description = "Deployment invoke url" # value = aws_api_gateway_stage.my_stage.invoke_url # } # output "publish_book_url" { # description = "Deployment invoke url" # value = "${aws_api_gateway_stage.my_stage.invoke_url}/book-review" # }