@toren-run/adapters-aws 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +2 -2
package/README.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# @toren-run/adapters-aws
|
|
2
|
+
|
|
3
|
+
AWS bindings for [Toren](https://toren.run): the SQS queue adapter the Fargate workers use in the reference architecture. Locally the queue is plain Postgres; set `TOREN_QUEUE=sqs` with the three queue URLs and the same runtime rides SQS instead. AWS is a binding here, never a requirement.
|
|
4
|
+
|
|
5
|
+
Installed automatically with the `toren-run` CLI; the matching Terraform module ships inside that package. **Docs:** [toren.run/docs/guides/deploy-aws](https://toren.run/docs/guides/deploy-aws). Apache-2.0.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toren-run/adapters-aws",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@aws-sdk/client-sqs": "^3.650.0",
|
|
13
|
-
"@toren-run/core": "^0.1.
|
|
13
|
+
"@toren-run/core": "^0.1.2"
|
|
14
14
|
},
|
|
15
15
|
"description": "AWS adapters for Toren (SQS queue backend).",
|
|
16
16
|
"license": "Apache-2.0",
|