Skip to content

1.3.0

Compare
Choose a tag to compare
@fredericbarthelet fredericbarthelet released this 13 Jul 10:22
· 328 commits to master since this release
94e25c2

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.

Read more about database/dynamodb-single-table construct