We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc21bc1 + 4b3e0ef commit 7184472Copy full SHA for 7184472
1 file changed
README.md
@@ -1,8 +1,12 @@
1
-## Dynamodb Priority Queue
+# Dynamodb Priority Queue
2
3
A sdk that allows you to prioritize items based off of date in descending order.
4
(Dynamodb table must match specifics in test/terraform/main.tf)
5
6
+## WARING: GrailVM currently not supported
7
+
8
+This packages uses aws java sdk v2 which instanciates java.util.SecureRandom at build time.
9
10
## Quick start
11
12
Install hashicorp terraform https://www.terraform.io/ then
0 commit comments