Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keidarcy/cdktf-bun-init

CDKTF quickstart with AWS example. Powered by Bun and Biome 🥮
https://github.com/keidarcy/cdktf-bun-init

biomejs bun cdk cdktf iac terraform

Last synced: about 1 month ago
JSON representation

CDKTF quickstart with AWS example. Powered by Bun and Biome 🥮

Awesome Lists containing this project

README

        

# cdktf-bun-init

[![CI Check](https://github.com/keidarcy/cdktf-bun-init/actions/workflows/ci.yml/badge.svg)](https://github.com/keidarcy/cdktf-bun-init/actions/workflows/ci.yml)

Minimal [cdktf](https://learn.hashicorp.com/tutorials/cdktf/get-started) setup alternative to `cdktf init --template=typescript --providers=--providers=@cdktf/provider-aws --local`, using [Bun](https://bun.sh/) and [Biome](https://biomejs.dev/).

## Prerequisites

- [Install Bun](https://bun.sh/docs/installation)

## Setup

Run `bun install` to install all dependencies.

## Plan & Apply

Plan: `bun run cdktf plan cdktf-stack`

Apply: `bun run cdktf apply cdktf-stack`

[Minimal cdk bun setup](https://github.com/keidarcy/cdk-bun-init)