Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 380 Bytes

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
}