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

Commit

Permalink
implementing the lambda function
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal authored and vggonzal committed Aug 9, 2023
1 parent 49ee3a0 commit 98eeac8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/hydrocron-main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,5 @@ resource "aws_ssm_parameter" "hydrocron-api-url" {
name = "hydrocron-api-url"
type = "String"
value = aws_api_gateway_deployment.hydrocron-api-gateway-deployment.invoke_url
overwrite = true
}

0 comments on commit 98eeac8

Please sign in to comment.