Skip to main content

Fast Track Cloud Adoption with XLER8R Patterns - Lite

Project description

XLER8R Patterns

XLER8R Patterns are designed to fast track most commonly used architectures, while XLER8R Lite supports provisioning for static web hosting infrastructure only, XLER8R premium provides support for building serverless APIs, container based applications, organizational hierarchy setup, sso setup, management account and member account setup and many more. Reach out to info@cre8ivelogix.com to find out more about premium version of XLER8R https://xler8r.com

Create a CDK project

To try out XLER8R 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/xler8r-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 XLER8R 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

 new X8Website(this, "TestWebSite", {
    waDomainName: 'example.com',
});

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

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

xler8r-lite-2.66.11.tar.gz (159.1 kB view details)

Uploaded Source

Built Distribution

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

xler8r_lite-2.66.11-py3-none-any.whl (157.8 kB view details)

Uploaded Python 3

File details

Details for the file xler8r-lite-2.66.11.tar.gz.

File metadata

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

File hashes

Hashes for xler8r-lite-2.66.11.tar.gz
Algorithm Hash digest
SHA256 cbd944af305290a1b1a7a1113e91206edae4d18638efa0779d8dc904e3ea2501
MD5 63f255ecff8135a459a101c4e5609c23
BLAKE2b-256 0c78525ac464a79a13fa00b3b9063ce8c136d0d5ae759f33b36763133b4802f9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for xler8r_lite-2.66.11-py3-none-any.whl
Algorithm Hash digest
SHA256 ef65019df58179e9ab70877e0222b0d490f7fa2d33dee157fa73b482492326fa
MD5 5ebd7daf0f9aba235a290a85c9ce5162
BLAKE2b-256 dbaeacd109cacb3277df3fc7c4cdcd6cf92a10f1a9298bdb62787220fbe096a4

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