cdk-wordpress
Project description
cdk-wordpress
A CDK construct library to deploy WordPress
How do use
Install your package manager:
yarn add cdk-wordpress
TypeScript Sample
import { WordPress } from "cdk-wordpress";
const wordpress = new WordPress(stack, "WordPressEcs");
// Get WordPress endpoint
new CfnOutput(stack, "Endpoint", { value: wordpress.endpoint });
To deploy
cdk deploy
To destroy
cdk destroy
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_wordpress-0.0.1000.tar.gz
(27.4 kB
view details)
Built Distribution
File details
Details for the file cdk_wordpress-0.0.1000.tar.gz
.
File metadata
- Download URL: cdk_wordpress-0.0.1000.tar.gz
- Upload date:
- Size: 27.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1009331daeadfc1e7c598db7ea7b66fca47f0b8a1ccc4a7edd199c161dd0983 |
|
MD5 | d47d7dd06b0e8c860a6df51be8e8f1a8 |
|
BLAKE2b-256 | 4de3f85671bf392400eaff5b280014806fb976339216e39122c8562fa18eca5f |
File details
Details for the file cdk_wordpress-0.0.1000-py3-none-any.whl
.
File metadata
- Download URL: cdk_wordpress-0.0.1000-py3-none-any.whl
- Upload date:
- Size: 26.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 | 19bf3fc604b3b0238d202325ca649268ad85a5a6e50180d7855616f429b6d967 |
|
MD5 | aab3b0af5953d46f6afc303d0d9ff4df |
|
BLAKE2b-256 | f3bd4ed2a58f12460d0175520050173014f060ccc04b30a6ad07eae16869d163 |