Skip to content

Commit 9257196

Browse files
committed
docs(idempotency): use cards for required resources
Signed-off-by: heitorlessa <lessa@amazon.co.uk>
1 parent 9109ab4 commit 9257196

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

docs/utilities/idempotency.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,24 @@ We provide Infrastrucure as Code examples with [AWS Serverless Application Model
7373

7474
To start, you'll need:
7575

76-
1. A persistent storage layer - DynamoDB or [Redis](#redis-as-persistent-storage-layer-provider)
77-
2. An AWS Lambda function with [permissions](#iam-permissions) to use your persistent storage layer
76+
<!-- markdownlint-disable MD030 -->
77+
78+
<div class="grid cards" markdown>
79+
* :octicons-database-16:{ .lg .middle } __Persistent storage__
80+
81+
---
82+
83+
[Amazon DynamoDB](#dynamodb-table) or [Redis](#redis-as-persistent-storage-layer-provider)
84+
85+
* :simple-awslambda:{ .lg .middle } **AWS Lambda function**
86+
87+
---
88+
89+
With permissions to use your persistent storage
90+
91+
</div>
92+
93+
<!-- markdownlint-enable MD030 -->
7894

7995
#### DynamoDB table
8096

0 commit comments

Comments
 (0)