# @ts-cloud/core

> Core CloudFormation generation library for ts-cloud

Latest version **0.16.0** (published 2026-09-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install @ts-cloud/core
pnpm add @ts-cloud/core
yarn add @ts-cloud/core
bun add @ts-cloud/core
```

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; has provenance; recently updated; high maintenance score.

Warnings: low downloads; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.16.0 |
| Published | 2026-09-10 |
| First published | 2026-03-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 1.8 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 3 |
| Author | Chris Breuer <chris@stacksjs.com> |
| Maintainers | chrisbreuer, glenn123 |

## Links

- npm: https://www.npmjs.com/package/@ts-cloud/core
- Repository: https://github.com/stacksjs/ts-cloud
- Homepage: https://github.com/stacksjs/ts-cloud#readme
- Issues: https://github.com/stacksjs/ts-cloud/issues
- npm.io page: https://npm.io/package/@ts-cloud/core

## Dependencies (1)

- [@ts-cloud/aws-types](https://npm.io/package/@ts-cloud/aws-types.md) 0.16.0

## Recent versions

- 0.16.0 (latest) — 2026-09-10
- 0.15.1 — 2026-09-10
- 0.15.0 — 2026-09-10
- 0.14.0 — 2026-09-10
- 0.13.1 — 2026-09-10
- 0.13.0 — 2026-09-10
- 0.12.16 — 2026-09-09
- 0.12.15 — 2026-09-07
- 0.12.14 — 2026-09-07
- 0.12.13 — 2026-09-07
- 0.12.12 — 2026-09-02
- 0.12.11 — 2026-09-02
- 0.12.10 — 2026-08-29
- 0.12.9 — 2026-08-29
- 0.12.8 — 2026-08-27
- … 221 more at https://npm.io/package/@ts-cloud/core/versions

## README

# @ts-cloud/core

Core CloudFormation generation library for ts-cloud. Provides the foundational building blocks for defining and generating AWS CloudFormation templates programmatically in TypeScript.

## Installation

```bash
bun add @ts-cloud/core
```

```bash
npm install @ts-cloud/core
```

## Usage

```typescript
import { defineStack, Resource } from '@ts-cloud/core'

// Define a CloudFormation stack using TypeScript
const stack = defineStack({
  name: 'my-app-stack',
  resources: {
    // Define your AWS resources here
  },
})
```

## Features

- Programmatic CloudFormation template generation
- Full TypeScript type safety via `@ts-cloud/aws-types`
- Support for compute, storage, networking, database, CDN, DNS, and more
- Auth, security, and permissions abstractions
- Messaging, queue, and event integrations
- Monitoring, logging, and workflow support
- Container and registry resource definitions
- Template validation

## License

MIT

---
_Source: https://npm.io/package/@ts-cloud/core · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
