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