@awboost/cfn-resource-schemas-db
v0.1.137
Published
CloudFormation Resource Schemas from AWS
Downloads
27
Readme
@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
}