AWS CDK constructs for ZeroScaler.io
Project description
Zeroscaler CDK TypeScript Construct Library project
Construct (Zeroscaler) which contains and deploys a lambda that boots up your Fargate application when there is an incoming request. It also monitors
The construct defines an interface (ZeroscalerProps) to configure the visibility timeout of the queue.
Useful commands
npm run buildcompile typescript to jsnpm run watchwatch for changes and compilenpm run testperform the jest unit tests
Diagram of the Construct
flowchart TD
A["Client"] L_A_B_0@-- HTTP Request --> B["Zeroscaler"]
B -. Register Target .-> C["ELB Target Group"]
B L_B_A_0@-- Serve HTML with refresh --> A
C -- Health Check --> D["ECS Fargate"]
D -- Boot --> E["Your Fargate Application"]
A L_A_E_0@-- Refresh when booted --> E
E L_E_A_0@-- Response --> A
linkStyle 0 stroke:#00C853,fill:none
linkStyle 1 stroke:#AA00FF,fill:none
linkStyle 2 stroke:#00C853,fill:none
linkStyle 3 stroke:#AA00FF,fill:none
linkStyle 4 stroke:#AA00FF,fill:none
linkStyle 5 stroke:#2962FF,fill:none
linkStyle 6 stroke:#2962FF,fill:none
L_A_B_0@{ animation: fast }
L_B_A_0@{ animation: fast }
L_A_E_0@{ animation: fast }
L_E_A_0@{ animation: fast }
Installation
npm install @zeroscaler/zeroscaler-cdk
Usage
import * as cdk from 'aws-cdk-lib';
import { Construct } from 'constructs';
import { ZeroScaler } from '@zeroscaler/zeroscaler-cdk';
new Zeroscaler(stack, 'MyZeroscaler', {
targetGroupArn: 'arn:aws:elasticloadbalancing:...',
fargateTaskArn: 'arn:aws:ecs:...',
// Optionally override vpc or cluster
});
License
MPL-2.0
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zeroscaler-0.1.3.tar.gz.
File metadata
- Download URL: zeroscaler-0.1.3.tar.gz
- Upload date:
- Size: 3.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
064e77d4d350aa187964ba562fc71a132d9d3037abb40e1434ca23f0fb773a2c
|
|
| MD5 |
f153512366552c2e79e471131facbf31
|
|
| BLAKE2b-256 |
b298ed5521c2f7c5bdf30f1d6c9c9b68e81a944c3d63d4fc22c58160c9f09276
|
File details
Details for the file zeroscaler-0.1.3-py3-none-any.whl.
File metadata
- Download URL: zeroscaler-0.1.3-py3-none-any.whl
- Upload date:
- Size: 3.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8ec01f41963fd82a3e90beb9df92dc44f3e480e0bcd0a8b6fda6d19ed1c7eb9
|
|
| MD5 |
296dab67e9d1c9eef6f8ff8522d61af7
|
|
| BLAKE2b-256 |
1fa5f03dff8dbd5dec0f7cf5ca8572bf0bc32fea9c504be8ef1b27821bf62692
|