Skip to content

Commit

Permalink
fix(aws-lambda-tutorial): forgot to add zone_id to gateway config (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-acosta committed Mar 20, 2024
1 parent 6c5d700 commit 95f7458
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aws-lambda-tutorial/nuon.my_aws_lambda_app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,6 @@ value = "{{.nuon.components.certificate.outputs.public_domain_certificate_arn}}"
[[components.var]]
name = "lambda_function_arn"
value = "{{.nuon.components.get_function.outputs.lambda_function_arn}}"
[[components.var]]
name = "zone_id"
value = "{{.nuon.install.sandbox.outputs.public_domain.zone_id}}"

0 comments on commit 95f7458

Please sign in to comment.