From 41a36a141efdf56e2b36c8e15a9f52338a6d443c Mon Sep 17 00:00:00 2001 From: nnsense <2553412+nnsense@users.noreply.github.com> Date: Wed, 28 Aug 2024 20:23:33 +0000 Subject: [PATCH] Adding dynamodb test table to examples --- examples/complete/fixtures.us-east-2.tfvars | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/complete/fixtures.us-east-2.tfvars b/examples/complete/fixtures.us-east-2.tfvars index a52a697..99f280d 100644 --- a/examples/complete/fixtures.us-east-2.tfvars +++ b/examples/complete/fixtures.us-east-2.tfvars @@ -9,5 +9,4 @@ runtime = "nodejs20.x" ephemeral_storage_size = 1024 source_mapping_enabled = true source_mapping_batch_size = 1 -source_mapping_arn = "arn:aws:dynamodb:us-east-1:123456789012:table/mydynamodbtable/stream/2020-20-20T20:20:20.200" source_mapping_starting_position = "LATEST"