Skip to content

Commit

Permalink
Merge pull request #46 from bu-ist/delete-temp-table
Browse files Browse the repository at this point in the history
remove temp table
  • Loading branch information
jdub233 authored Nov 14, 2023
2 parents 4c5039b + 44f017b commit f01333d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f01333d

Please sign in to comment.