Skip to content

Commit

Permalink
[DEV-1396] Remove expireAt form webinar questions (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
datalek authored Feb 14, 2024
1 parent dbd06f0 commit 3d86bfc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/dull-bears-fail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
nextjs-website: patch
---

Remove the expireAt attribute from dynamodb that store the webinar questions
2 changes: 0 additions & 2 deletions .infrastructure/50_storage.tf
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ module "dynamodb_webinar_questions" {
name = "WebinarQuestions"
hash_key = "webinarId"
range_key = "createdAt"
ttl_enabled = false
ttl_attribute_name = "expireAt"
server_side_encryption_enabled = true

attributes = [
Expand Down

0 comments on commit 3d86bfc

Please sign in to comment.