An open API service indexing awesome lists of open source software.

https://github.com/skorfmann/cfn-types

Fully typed Cloudformation Resources in Typescript
https://github.com/skorfmann/cfn-types

aws cfn cloudformation types typescript

Last synced: 6 months ago
JSON representation

Fully typed Cloudformation Resources in Typescript

Awesome Lists containing this project

README

          

# CFN Typescript Types

Fully typed CFN resources in Typescript.

The json schema files were obtained from here: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-type-schemas.html

Regenerate:

```
pnpm install
ts-node cfn2ts.ts
```