DynamoDb: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    17 October 2023

    • curprev 08:2108:21, 17 October 2023Praew talk contribs 1,234 bytes +1,234 Created page with "= Example DynamoDB table = example: add in resource/dynamodb-table.yml <br>see ideas: https://izara.io/wiki/index.php/Design_concepts <br>see ideas: https://izara.io/wiki/index.php/Service_-_Product_Manager <syntaxhighlight lang="YAML"> ex. Config table ConfigTable: Type: "AWS::DynamoDB::Table" Properties: TableName: ${self:custom.iz_resourcePrefix}Config AttributeDefinitions: - AttributeName: configKey AttributeType: S -..."