Skip to content

Commit ad05507

Browse files
rebase fix
1 parent 316db6a commit ad05507

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

infrastructure/terraform/components/api/ddb_table_mi.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
resource "aws_dynamodb_table" "mi" {
22
name = "${local.csi}-mi"
33
billing_mode = "PAY_PER_REQUEST"
4-
stream_enabled = true
5-
stream_view_type = "NEW_IMAGE"
64

75
hash_key = "supplierId"
86
range_key = "id"

infrastructure/terraform/components/api/module_lambda_mi_updates_transformer.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module "mi_updates_transformer" {
2525
handler_function_name = "handler"
2626
runtime = "nodejs22.x"
2727
memory = 128
28-
timeout = 5
28+
timeout = 29
2929
log_level = var.log_level
3030

3131
force_lambda_code_deploy = var.force_lambda_code_deploy

0 commit comments

Comments
 (0)