Skip to main content

cdk-wordpress

Project description

cdk-wordpress

NPM version PyPI version Release

npm PyPI

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.888.tar.gz (26.9 kB view hashes)

Uploaded Source

Built Distribution

cdk_wordpress-0.0.888-py3-none-any.whl (25.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page