Skip to content

Commit

Permalink
feat: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
travis committed Sep 26, 2023
1 parent e3833a0 commit 6b8504a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacks/firehose-stack.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6b8504a

Please sign in to comment.