cdk-wordpress
Advanced tools
Weekly downloads
Readme
A CDK construct library to deploy WordPress
Install your package manager:
yarn add cdk-wordpress
import { WordPress } from "cdk-wordpress";
const wordpress = new WordPress(stack, "WordPressEcs");
// Get WordPress endpoint
new CfnOutput(stack, "Endpoint", { value: wordpress.endpoint });
cdk deploy
cdk destroy
FAQs
[](https://www.npmjs.com/package/cdk-wordpress) [](https://pypi.org/project/cdk-wordpress) ![Release](https://github.com/clarencetw/cdk-wo
The npm package cdk-wordpress receives a total of 71 weekly downloads. As such, cdk-wordpress popularity was classified as not popular.
We found that cdk-wordpress demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.