Skip to content

Commit

Permalink
removing table
Browse files Browse the repository at this point in the history
  • Loading branch information
MacAndersonUche committed Oct 5, 2023
1 parent 3bb9e3b commit 80cba27
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,21 @@ Resources:
# EmailMessage: "Hello {username},\n\nYou have been invited to join our app. Click the link below to create an account:\n\n{####}\n\nThanks,\nThe Team"
# EmailSubject: "Invitation to join our app"

CoreBankingTpRegisterAccountsTable:
Type: AWS::DynamoDB::Table
Properties:
TableName: !Sub '${stage}-banking-treasury-prime-accounts'
AttributeDefinitions:
- AttributeName: 'organization_id'
AttributeType: 'S'
- AttributeName: 'person_application_id'
AttributeType: 'S'
KeySchema:
- AttributeName: 'organization_id'
KeyType: HASH
- AttributeName: 'person_application_id'
KeyType: RANGE
BillingMode: PAY_PER_REQUEST
# CoreBankingTpRegisterAccountsTable:

This comment has been minimized.

Copy link
@toreylittlefield

toreylittlefield Oct 7, 2023

Contributor

?

# Type: AWS::DynamoDB::Table
# Properties:
# TableName: !Sub '${stage}-banking-treasury-prime-accounts'
# AttributeDefinitions:
# - AttributeName: 'organization_id'
# AttributeType: 'S'
# - AttributeName: 'person_application_id'
# AttributeType: 'S'
# KeySchema:
# - AttributeName: 'organization_id'
# KeyType: HASH
# - AttributeName: 'person_application_id'
# KeyType: RANGE
# BillingMode: PAY_PER_REQUEST
# Outputs:
# ApiDefaultEndpoint:
# Description: 'API Gateway default URL'
Expand Down

0 comments on commit 80cba27

Please sign in to comment.