v79
08/19/2021, 9:32 PMget("/load-markdown/{s3key}")
- this is working fine locally, but when I try to deploy to AWS, terraform blows up with an Invalid resource name message:
Error: Invalid resource name
on <http://KotlessTestBeta.tf|KotlessTestBeta.tf> line 79, in resource "aws_api_gateway_integration" "load_markdown_{s3key}_get":
79: resource "aws_api_gateway_integration" "load_markdown_{s3key}_get" {
A name must start with a letter or underscore and may contain only letters,
digits, underscores, and dashes.
What horrible thing have I done wrong? (Kotless 0.2.0 compiled from source).get
and call.parameters[]
. It's all getting rather frustrating.TanVD
08/20/2021, 9:07 AMv79
08/20/2021, 9:16 AMTanVD
08/20/2021, 9:59 AMv79
08/20/2021, 10:57 AM