<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://izara.io/wiki/index.php?action=history&amp;feed=atom&amp;title=DynamoDb</id>
	<title>DynamoDb - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://izara.io/wiki/index.php?action=history&amp;feed=atom&amp;title=DynamoDb"/>
	<link rel="alternate" type="text/html" href="https://izara.io/wiki/index.php?title=DynamoDb&amp;action=history"/>
	<updated>2026-05-04T15:10:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://izara.io/wiki/index.php?title=DynamoDb&amp;diff=2550&amp;oldid=prev</id>
		<title>Praew: Created page with &quot;= Example DynamoDB table = example: add in resource/dynamodb-table.yml  &lt;br&gt;see ideas: https://izara.io/wiki/index.php/Design_concepts &lt;br&gt;see ideas: https://izara.io/wiki/index.php/Service_-_Product_Manager &lt;syntaxhighlight lang=&quot;YAML&quot;&gt; ex. Config table    ConfigTable:     Type: &quot;AWS::DynamoDB::Table&quot;     Properties:       TableName: ${self:custom.iz_resourcePrefix}Config       AttributeDefinitions:         - AttributeName: configKey           AttributeType: S         -...&quot;</title>
		<link rel="alternate" type="text/html" href="https://izara.io/wiki/index.php?title=DynamoDb&amp;diff=2550&amp;oldid=prev"/>
		<updated>2023-10-17T08:21:40Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= Example DynamoDB table = example: add in resource/dynamodb-table.yml  &amp;lt;br&amp;gt;see ideas: https://izara.io/wiki/index.php/Design_concepts &amp;lt;br&amp;gt;see ideas: https://izara.io/wiki/index.php/Service_-_Product_Manager &amp;lt;syntaxhighlight lang=&amp;quot;YAML&amp;quot;&amp;gt; ex. Config table    ConfigTable:     Type: &amp;quot;AWS::DynamoDB::Table&amp;quot;     Properties:       TableName: ${self:custom.iz_resourcePrefix}Config       AttributeDefinitions:         - AttributeName: configKey           AttributeType: S         -...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Example DynamoDB table =&lt;br /&gt;
example: add in resource/dynamodb-table.yml &lt;br /&gt;
&amp;lt;br&amp;gt;see ideas: https://izara.io/wiki/index.php/Design_concepts&lt;br /&gt;
&amp;lt;br&amp;gt;see ideas: https://izara.io/wiki/index.php/Service_-_Product_Manager&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;YAML&amp;quot;&amp;gt;&lt;br /&gt;
ex. Config table&lt;br /&gt;
&lt;br /&gt;
  ConfigTable:&lt;br /&gt;
    Type: &amp;quot;AWS::DynamoDB::Table&amp;quot;&lt;br /&gt;
    Properties:&lt;br /&gt;
      TableName: ${self:custom.iz_resourcePrefix}Config&lt;br /&gt;
      AttributeDefinitions:&lt;br /&gt;
        - AttributeName: configKey&lt;br /&gt;
          AttributeType: S&lt;br /&gt;
        - AttributeName: configTag&lt;br /&gt;
          AttributeType: S&lt;br /&gt;
      KeySchema:&lt;br /&gt;
        - AttributeName: configKey&lt;br /&gt;
          KeyType: HASH&lt;br /&gt;
        - AttributeName: configTag&lt;br /&gt;
          KeyType: RANGE&lt;br /&gt;
      ProvisionedThroughput:&lt;br /&gt;
        ReadCapacityUnits: 1&lt;br /&gt;
        WriteCapacityUnits: 1&lt;br /&gt;
&lt;br /&gt;
ex. ProductRecord table&lt;br /&gt;
&lt;br /&gt;
  ProductRecordTable:&lt;br /&gt;
    Type: &amp;quot;AWS::DynamoDB::Table&amp;quot;&lt;br /&gt;
    Properties:&lt;br /&gt;
      TableName: ${self:custom.iz_resourcePrefix}ProductRecord&lt;br /&gt;
      AttributeDefinitions:&lt;br /&gt;
        - AttributeName: productId&lt;br /&gt;
          AttributeType: S&lt;br /&gt;
      KeySchema:&lt;br /&gt;
        - AttributeName: productId&lt;br /&gt;
          KeyType: HASH&lt;br /&gt;
      ProvisionedThroughput:&lt;br /&gt;
        ReadCapacityUnits: 1&lt;br /&gt;
        WriteCapacityUnits: 1&lt;br /&gt;
        &lt;br /&gt;
//* add more table that your project use&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Praew</name></author>
	</entry>
</feed>