Skip to content

Commit

Permalink
Use autonaming of athena.Database in aws-ts-twitter-athena example (p…
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 authored Jan 28, 2021
1 parent 4e618bd commit fa9b2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-ts-twitter-athena/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const handler = eventRule.onEvent("on-timer-event", async() => {

// athena setup
const athena = new aws.athena.Database("tweets_database_1",
{ name: "tweets_database_1", bucket: bucket.id, forceDestroy: true },
{ bucket: bucket.id, forceDestroy: true },
);

// Sadly, there isn't support for Athena tables in Terraform.
Expand Down

0 comments on commit fa9b2d7

Please sign in to comment.