From 6b8504a5af70b6e84fe794b8ca3e569584219b1f Mon Sep 17 00:00:00 2001 From: Travis Vachon Date: Mon, 25 Sep 2023 18:17:32 -0700 Subject: [PATCH] feat: fix typo --- stacks/firehose-stack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/firehose-stack.js b/stacks/firehose-stack.js index acc47cb4..00959f4f 100644 --- a/stacks/firehose-stack.js +++ b/stacks/firehose-stack.js @@ -179,7 +179,7 @@ export function UcanFirehoseStack ({ stack, app }) { parameters: { classification: "json", typeOfData: "file", - // See See https://docs.aws.amazon.com/athena/latest/ug/partition-projection-kinesis-firehose-example.html for more information on projection + // @see https://docs.aws.amazon.com/athena/latest/ug/partition-projection-kinesis-firehose-example.html for more information on projection // configuration - this should match the "day" parameter and S3 prefix configured in the delivery stream "projection.enabled": "true", "projection.day.type": "date",