Use AWS CDK to create budibase server
Project description
Welcome to cdk-budibase
BudiBase
is open source! is Build apps, forms, and workflows that perfectly fit your business - so you can move forward, faster. Best of all. Use AWS CDK to create budibase server. data store in efs
-
base resource:
- vpc, ecs cluster, ecs service, efs
Architecture
Deploy cdk-budibase via example code.
# example cdk app diff.
npx aws-cdk@latest diff --app='npx ts-node src/integ.api.ts'
# example cdk app deploy.
npx aws-cdk@latest deploy --app='npx ts-node src/integ.api.ts'
# example cdk app destroy (in case you miss remove efs, you need to remove efs, and log group manually on aws console or via aws cli, sdk etc...).
npx aws-cdk@latest destroy --app='npx ts-node src/integ.api.ts'
Use Constructs Library in CDK APP.
import { BudiBaseBaseResource } from 'cdk-budibase';
const app = new App();
const env = {
account: process.env.CDK_DEFAULT_ACCOUNT,
region: process.env.CDK_DEFAULT_REGION,
};
const stack = new Stack(app, 'MyStack', { env });
new BudiBaseBaseResource(stack, 'BudiBaseBaseResource');
EFS
BudiBase
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cdk_budibase-0.0.509.tar.gz
(498.5 kB
view details)
Built Distribution
File details
Details for the file cdk_budibase-0.0.509.tar.gz
.
File metadata
- Download URL: cdk_budibase-0.0.509.tar.gz
- Upload date:
- Size: 498.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ffdf84170c5786c4dc68091d1134c113006fd93b5fc21d49d1870710203ce138 |
|
MD5 | 64f20bf7c44e290902aa5d6f5c4eddb5 |
|
BLAKE2b-256 | eb17d0c5672a814923573927c37434ff637c63ac147fcbe73b7500855a4870d7 |
File details
Details for the file cdk_budibase-0.0.509-py3-none-any.whl
.
File metadata
- Download URL: cdk_budibase-0.0.509-py3-none-any.whl
- Upload date:
- Size: 497.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12355df8186ba6b5393e59450f659c6a654acd9525f4af9cc239807c2475f3b3 |
|
MD5 | 384534487edd8e93758bde0c8a87f5bd |
|
BLAKE2b-256 | 266eb33d6ec15d0d9f98c398236ee219ce9ac9a173fae15b34894de166b36a9f |