Skip to main content

Well Architected CDK Constructs - Lite

Project description

Well Architected CDK Lite

This package contains the Well Architected S3 Bucket - WABucket construct. WABucket constructs extend the Bucket construct provided by AWS CDK and configures them to satisfy the Well Architected pillars, like security, reliability, performance, cost-effectiveness and operational-excellence. If you would like to use premium version which offers 50+ Well Architected constructs for most commonly used usecases please email info@cre8ivelogix.com

Create a CDK project

To try out Well Architected CDK Lite by itself you can create a new CDK project by running the following commands

cdk init app --language typescript

This will create a bare bone CDK project.

Adding WA-CDK Lite dependency

Open CDK project in your favorite IDE, goto package.json file and add the WA-CDK-Lite dependency

{
   "dependencies": {
      "@cre8ivelogix/wa-cdk-lite": "CURRENT_VERSION"
   }
}

Install Dependencies

Once package.json file is updated, you can install the dependencies by running the following commands

npm install

Using Well Architected CDK constructs

Now that you have all the constructs available from Well Architected CDK Lite, use them just like any other class in typescript.

For example in the following code snippet we are using WaBucket from AWS-CDK-Lite package

import {WaBucket} from "./wa-bucket";

new WaBucket(this, "MyBucket", {})

The Bucket created using WaBucket by default satisfies various security and compliance requirements, checkout WaBucket class documentation for details.

Building Java/.Net/Python/Javascript Distribution

docker run -it --rm --entrypoint sh -v $(pwd)/wa-cdk-lite:/wa-cdk-lite jsii/superchain:1-buster-slim-node16

or you can run the script docker-package.sh, when docker prompt is shown,

cd wa-cdk-lite
npm run package

This will cross compile the typescript construct to supported languages.

Well Architected CDK Version Updates

The version of all CDK packages are fixed to the same version. If an upgrade is desired, please make sure that all CDK packages are upgraded to the same version at the same time. Different versions of CDK mixed in the project may cause type incompatibilities.

Useful commands

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • npm run test perform the jest unit tests
  • npm run build-test builds and runs unit tests
  • npm run doc-gen generate documentation
  • npm run pretty runs prettier on source code

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wa-cdk-lite-2.66.11.tar.gz (163.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wa_cdk_lite-2.66.11-py3-none-any.whl (161.6 kB view details)

Uploaded Python 3

File details

Details for the file wa-cdk-lite-2.66.11.tar.gz.

File metadata

  • Download URL: wa-cdk-lite-2.66.11.tar.gz
  • Upload date:
  • Size: 163.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for wa-cdk-lite-2.66.11.tar.gz
Algorithm Hash digest
SHA256 5aa8c6e5b8546c1c0314c69b2e9c261aa5f5bfd660b670b32ac10b5b465cf966
MD5 ea1cee364730d836adb9395d095bb196
BLAKE2b-256 ce5b153e76f9ee71b86a9a05b002bf37255e3abb573d1e2a6574662163866167

See more details on using hashes here.

File details

Details for the file wa_cdk_lite-2.66.11-py3-none-any.whl.

File metadata

  • Download URL: wa_cdk_lite-2.66.11-py3-none-any.whl
  • Upload date:
  • Size: 161.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for wa_cdk_lite-2.66.11-py3-none-any.whl
Algorithm Hash digest
SHA256 c3bb95b0fa731cfead222d74ea12419e542e6f59c2d2b45cbf91ba4eb703d8b8
MD5 00a035c20097b94a8044546913ab8c7a
BLAKE2b-256 9ffa1d73da87d8d420cbf1fd7d8560a13168fc7f0ee0ae671517136dbcf4811e

See more details on using hashes here.

Supported by

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