https://github.com/cloudy-sky-software/pulumi-provider-framework
A framework for building native Pulumi providers
https://github.com/cloudy-sky-software/pulumi-provider-framework
Last synced: about 1 year ago
JSON representation
A framework for building native Pulumi providers
- Host: GitHub
- URL: https://github.com/cloudy-sky-software/pulumi-provider-framework
- Owner: cloudy-sky-software
- License: gpl-3.0
- Created: 2022-10-16T07:04:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T23:46:19.000Z (about 1 year ago)
- Last Synced: 2025-04-10T23:04:56.473Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 1.25 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pulumi Provider Framework
A framework for building native Pulumi providers from OpenAPI. This library handles the duties of a Pulumi resource provider server and exposing a simple callback-like mechanism for providers wanting to control the outcome of CRUD operations on resources.
[`pulschema`](https://github.com/cloudy-sky-software/pulschema) is the first part to successfully convert an OpenAPI spec to a Pulumi schema. This library is the second part required to fully implement a native Pulumi provider purely based on OpenAPI specs.