Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

awboost/cfn-resource-schemas-db

Repository files navigation

@awboost/cfn-resource-schemas-db

A stable source of truth for CloudFormation Resource Schemas.

import { getResourceSchemas } from "@awboost/cfn-resource-schemas-db";

// returns async generator
for await (const schema of getResourceSchemas()) {
  // do something
}

About

A stable source of truth for CloudFormation Resource Schemas

Resources

Stars

Watchers

Forks

Packages

No packages published