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.451.tar.gz
(498.2 kB
view details)
Built Distribution
File details
Details for the file cdk_budibase-0.0.451.tar.gz
.
File metadata
- Download URL: cdk_budibase-0.0.451.tar.gz
- Upload date:
- Size: 498.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8ff074afcdd5ce9138b79b0202db9ce47c8952ab7a7640fed5ab81540bcb8fe |
|
MD5 | be79b992e70bd27abd07f71db9b11cac |
|
BLAKE2b-256 | 629baf68875e7e039b32858879bb4dc36d60c90ac8d2a9db2fc63585c7f91d93 |
File details
Details for the file cdk_budibase-0.0.451-py3-none-any.whl
.
File metadata
- Download URL: cdk_budibase-0.0.451-py3-none-any.whl
- Upload date:
- Size: 496.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c2e3f5df26a7266bc656dd1e61e608fb1a8aae40faa9e51f0e6858b750af956 |
|
MD5 | 34307f4f49328a937fe0072222c9a174 |
|
BLAKE2b-256 | 0f0d03c1a76e0635360393f6c2aba96df95a0324bc9d9d58272cb92a2ebe268f |