Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
creating a new testing set of resources
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal authored and vggonzal committed Aug 16, 2023
1 parent d12e9ad commit 2acf773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/hydrocron-main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ resource "aws_lambda_function" "hydrocron_api_lambda_test" {
resource "aws_lambda_permission" "allow_hydrocron-test" {
statement_id = "AllowAPIGatewayInvoke"
action = "lambda:InvokeFunction"
function_name = aws_lambda_function.hydrocron_api_lambda-test.function_name
function_name = aws_lambda_function.hydrocron_api_lambda_test.function_name
principal = "apigateway.amazonaws.com"

# The "/*/*/*" portion grants access from any method on any resource
Expand Down

0 comments on commit 2acf773

Please sign in to comment.