File tree Expand file tree Collapse file tree 1 file changed +2
-24
lines changed
integration/resources/templates/combination Expand file tree Collapse file tree 1 file changed +2
-24
lines changed Original file line number Diff line number Diff line change @@ -26,30 +26,10 @@ Resources:
26
26
ApiId : !GetAtt SuperCoolAPI.ApiId
27
27
28
28
DynamoDBPostsTable :
29
- Type : AWS::DynamoDB::Table
30
- Properties :
31
- AttributeDefinitions :
32
- - AttributeName : id
33
- AttributeType : S
34
- KeySchema :
35
- - AttributeName : id
36
- KeyType : HASH
37
- ProvisionedThroughput :
38
- ReadCapacityUnits : 5
39
- WriteCapacityUnits : 5
29
+ Type : AWS::Serverless::SimpleTable
40
30
41
31
DynamoDBPostsLogTable :
42
- Type : AWS::DynamoDB::Table
43
- Properties :
44
- AttributeDefinitions :
45
- - AttributeName : id
46
- AttributeType : S
47
- KeySchema :
48
- - AttributeName : id
49
- KeyType : HASH
50
- ProvisionedThroughput :
51
- ReadCapacityUnits : 5
52
- WriteCapacityUnits : 5
32
+ Type : AWS::Serverless::SimpleTable
53
33
54
34
SuperCoolAPI :
55
35
Type : AWS::Serverless::GraphQLApi
@@ -88,10 +68,8 @@ Resources:
88
68
DynamoDb :
89
69
PostsDataSource :
90
70
TableName : !Ref DynamoDBPostsTable
91
- TableArn : !GetAtt DynamoDBPostsTable.Arn
92
71
PostsLogDataSource :
93
72
TableName : !Ref DynamoDBPostsLogTable
94
- TableArn : !GetAtt DynamoDBPostsLogTable.Arn
95
73
Functions :
96
74
createPostItem :
97
75
Runtime :
You can’t perform that action at this time.
0 commit comments