Histórico Criação

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

===== ACCOUNT =====

Consulta: query_informacoes_cadastrais
Chave: accountholderid
Script de Cria��o:
aws dynamodb create-table --attribute-definitions
AttributeName=accountholderid,AttributeType=S --table-name ACCOUNT --key-schema
AttributeName=accountholderid,KeyType=HASH --provisioned-throughput
ReadCapacityUnits=1,WriteCapacityUnits=1 --region us-east-2 --output json --profile
MyAWS-Admin --endpoint-url http://192.168.0.233:8000

===== ACCOUNT_HOLDER =====


Consulta: query_informacoes_cadastrais
Chave: accountholderid
Script de Cria��o:
aws dynamodb create-table --attribute-definitions
AttributeName=accountholderid,AttributeType=S --table-name ACCOUNT_HOLDER --key-
schema AttributeName=accountholderid,KeyType=HASH --provisioned-throughput
ReadCapacityUnits=1,WriteCapacityUnits=1 --region us-east-2 --output json --profile
MyAWS-Admin --endpoint-url http://192.168.0.233:8000

===== PROPOSAL_STATUSDETAILS_1 =====


Consulta: query_ultimo_status _proposta
Chave: id
Script de Cria��o:
aws dynamodb create-table --attribute-definitions AttributeName=id,AttributeType=S
--table-name PROPOSAL_STATUSDETAILS_1 --key-schema AttributeName=id,KeyType=HASH
--provisioned-throughput ReadCapacityUnits=1,WriteCapacityUnits=1 --region us-east-
2 --output json --profile MyAWS-Admin --endpoint-url http://192.168.0.233:8000

===== PROPOSAL =====


Consulta: query_ultimo_status _proposta
Chave: statusdetails
Script de Cria��o:
aws dynamodb create-table --attribute-definitions
AttributeName=statusdetails,AttributeType=S --table-name PROPOSAL --key-schema
AttributeName=statusdetails,KeyType=HASH --provisioned-throughput
ReadCapacityUnits=1,WriteCapacityUnits=1 --region us-east-2 --output json --profile
MyAWS-Admin --endpoint-url http://192.168.0.233:8000

===== WITHDRAW_TRANSACTION =====


Consulta: query_transacoes
Chave: accountid
Script de Cria��o:
aws dynamodb create-table --attribute-definitions
AttributeName=accountid,AttributeType=S --table-name WITHDRAW_TRANSACTION --key-
schema AttributeName=accountid,KeyType=HASH --provisioned-throughput
ReadCapacityUnits=1,WriteCapacityUnits=1 --region us-east-2 --output json --profile
MyAWS-Admin --endpoint-url http://192.168.0.233:8000

===== FINANCIAL_TRANSACTION =====


Consulta: query_transacoes
Chave: transactionid
Script de Cria��o:
aws dynamodb create-table --attribute-definitions
AttributeName=transactionid,AttributeType=S --table-name FINANCIAL_TRANSACTION
--key-schema AttributeName=transactionid,KeyType=HASH --provisioned-throughput
ReadCapacityUnits=1,WriteCapacityUnits=1 --region us-east-2 --output json --profile
MyAWS-Admin --endpoint-url http://192.168.0.233:8000

===== TRANSACTIONS =====


Consulta: query_transacoes
Chave: transactionid
Script de Cria��o:
aws dynamodb create-table --attribute-definitions
AttributeName=transactionid,AttributeType=S --table-name TRANSACTIONS --key-schema
AttributeName=transactionid,KeyType=HASH --provisioned-throughput
ReadCapacityUnits=1,WriteCapacityUnits=1 --region us-east-2 --output json --profile
MyAWS-Admin --endpoint-url http://192.168.0.233:8000

You might also like