Categorygithub.com/cloudy-sky-software/pulumi-provider-framework
repository
0.0.0-20241108122556-94c216d694e9
Repository: https://github.com/cloudy-sky-software/pulumi-provider-framework.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# 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 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.