From 44f017bbd78dc45844d2da2862abec1d50aaa2f3 Mon Sep 17 00:00:00 2001 From: Jonathan Williams Date: Mon, 13 Nov 2023 19:47:10 -0500 Subject: [PATCH] remove temp table --- template.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/template.yaml b/template.yaml index 4bb52c4..fbe55a5 100644 --- a/template.yaml +++ b/template.yaml @@ -169,14 +169,6 @@ Resources: Type: String TableName: !Sub ${AWS::StackName}-AccessControl - TempAccessControlDynamoDB: - Type: AWS::Serverless::SimpleTable - Properties: - PrimaryKey: - Name: PK - Type: String - TableName: !Sub ${AWS::StackName}-TempAccessControl - Outputs: S3BucketName: Value: !Ref S3Bucket