1.3.0
fredericbarthelet
released this
13 Jul 10:22
·
328 commits
to master
since this release
This release provides a new Construct: Database - DynamoDB Single Table
constructs:
myTable:
type: database/dynamodb-single-table
This construct provision a DynamoDB table following Single Table Design best-practices: generic index attribute names, secondary indexes, table stream
Like all other Lift constructs, it provisions permissions for Lambda of the same stack to interact with the provisioned table and it exposes variables like tableName
and tableStreamArn
.