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.458.tar.gz
(498.5 kB
view details)
Built Distribution
File details
Details for the file cdk_budibase-0.0.458.tar.gz
.
File metadata
- Download URL: cdk_budibase-0.0.458.tar.gz
- Upload date:
- Size: 498.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe3776362a840f73ede9a55f461cae4400b2d2caea713b523def4493c78faf49 |
|
MD5 | b00e6cf2a70c62ea7b8bd59ca1de472b |
|
BLAKE2b-256 | 1d0fa2f45fd077580f0d789e70b001141a6e168e60fd1c3e9aebe64b8b16b173 |
File details
Details for the file cdk_budibase-0.0.458-py3-none-any.whl
.
File metadata
- Download URL: cdk_budibase-0.0.458-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.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6141f0a69e6bcea9e806f41c572d4e82c34b502a195cd4061ac70afd4ae6ab50 |
|
MD5 | a15dbb6967d3082b59978e43e64a79b4 |
|
BLAKE2b-256 | 96ea5ee42d71f41f014d6ea48c03f9e8513d90f4917089aacece840ff73ca40b |