@quiltdata/benchling-webhook 0.9.1-20251205T003421Z → 0.9.1
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 +3 -2
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -83,8 +83,9 @@ VPC Link
|
|
|
83
83
|
Network Load Balancer
|
|
84
84
|
| (internal)
|
|
85
85
|
v
|
|
86
|
-
ECS Fargate (FastAPI)
|
|
86
|
+
ECS Fargate (Gunicorn + FastAPI)
|
|
87
87
|
|
|
|
88
|
+
| Multi-worker ASGI server
|
|
88
89
|
| HMAC signature verification
|
|
89
90
|
| Process webhook payload
|
|
90
91
|
|
|
|
@@ -100,7 +101,7 @@ S3 + SQS → Quilt Package
|
|
|
100
101
|
- **Resource Policy** - Free IP allowlisting (applied when `webhookAllowList` configured)
|
|
101
102
|
- **VPC Link** - Private connection between API Gateway and VPC
|
|
102
103
|
- **Network Load Balancer** - Internal load balancer with health checks
|
|
103
|
-
- **ECS Fargate** - FastAPI application (auto-scales 2-10 tasks) with HMAC verification
|
|
104
|
+
- **ECS Fargate** - Gunicorn + FastAPI application (4 workers, auto-scales 2-10 tasks) with HMAC verification
|
|
104
105
|
- **NAT Gateway** - Enables ECS tasks to access external services (Benchling API, ECR, Secrets Manager)
|
|
105
106
|
- **S3** - Payload and package storage
|
|
106
107
|
- **SQS** - Quilt package creation queue
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quiltdata/benchling-webhook",
|
|
3
|
-
"version": "0.9.1
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "AWS CDK deployment for Benchling webhook processing using Fargate - Deploy directly with npx",
|
|
5
5
|
"main": "dist/lib/index.js",
|
|
6
6
|
"types": "dist/lib/index.d.ts",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quiltdata/benchling-webhook",
|
|
3
|
-
"version": "0.9.1
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "AWS CDK deployment for Benchling webhook processing using Fargate - Deploy directly with npx",
|
|
5
5
|
"main": "dist/lib/index.js",
|
|
6
6
|
"types": "dist/lib/index.d.ts",
|