Skip to content

Repository files navigation

GitHubnpm (scoped)GitHub Workflow Status (branch)GitHub release (latest SemVer)Gitpod ready-to-code

AWS CDK EKS

Install

TypeScript

npm install @pepperize/cdk-eks

or

yarn add @pepperize/cdk-eks

Getting started

  1. Create a new CDK TypeScript App project with projen

    mkdir my-project
    cd my-project
    git init -b main
    npx projen new awscdk-app-ts
  2. Add @pepperize/cdk-eks to your dependencies in .projenrc.js

    constproject=newawscdk.AwsCdkTypeScriptApp({//...deps: ["@pepperize/cdk-eks"],});
  3. Install the dependency

    yarn
    npx projen
  4. Create a new app in src/main.ts

    import{App,Stack}from"aws-cdk-lib";import*asec2from"aws-cdk-lib/aws-ec2";import{Cluster}from"@pepperize/cdk-eks";constapp=newApp();conststack=newStack(app);constvpc=newec2.Vpc(stack,"Vpc",{});newCluster(stack,"Cluster",{vpc: vpc,hostedZoneIds: ["Z1D633PJN98FT9"],mainRoles: [],});

Contributing

Contributions of all kinds are welcome 🚀 Check out our contributor's guide.

For a quick start, check out a development environment:

git clone git@github.com:pepperize/cdk-eks
cd cdk-eks
# install dependencies
yarn
# build with projen
yarn build

About

No description, website, or topics provided.

Resources

Contributing

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages