Skip to main content

High level CDK construct to provision GitLab integrations with AWS

Project description

NPM version PyPI version Release

cdk-gitlab

High level CDK construct to provision GitLab integrations with AWS

Sample

# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
import cdk_gitlab as gl

provider = gl.Provider(stack, "GitlabProvider")

# create Amazon EKS cluster for the GitLab integration
provider.create_eks_cluster(stack, "GitlabEksCluster",
    version=eks.KubernetesVersion.V1_18
)

# TBD - create Amazon EC2 runner for the GitLab
provider.create_ec2_runner(...)

# TBD - create Fargate runner for the GitLab
provider.create_fargate_runner(...)

Project details


Release history Release notifications | RSS feed

This version

0.1.3

Download files

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

Source Distribution

cdk-gitlab-0.1.3.tar.gz (24.6 kB view hashes)

Uploaded Source

Built Distribution

cdk_gitlab-0.1.3-py3-none-any.whl (23.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