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
- Host: GitHub
- URL: https://github.com/skorfmann/cfn-types
- Owner: skorfmann
- License: mpl-2.0
- Created: 2023-03-09T13:33:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-09T13:51:31.000Z (over 2 years ago)
- Last Synced: 2025-02-14T03:51:08.199Z (8 months ago)
- Topics: aws, cfn, cloudformation, types, typescript
- Language: TypeScript
- Homepage:
- Size: 1.63 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```