yearn / yearn-api-archived

Collection of serverless API
23 stars 24 forks source link

fix:tvl table #91

Closed miguel567 closed 3 years ago

miguel567 commented 3 years ago

Drop the current historicTVL table in production and create a new one following these specs:

DynamoDBTable5: Type: AWS::DynamoDB::Table DeletionPolicy: Retain Properties: TableName: historicTvl BillingMode: PAY_PER_REQUEST KeySchema: