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

Latest commit

 

History

History
12 lines (9 loc) · 380 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 380 Bytes

@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
}