https://pulumi.com logo
Title
w

white-balloon-205

07/10/2018, 12:05 AM
@bland-addition-41161 Yes - the
@pulumi/cloud
library is currently only available for JavaScript/TypeScript. It builds on the same primitives that are available in other languages - and you can easily build your own abstractions on top of things like S3 Buckets and AWS Lambdas from Go instead. Directionally, we will be fleshing out support for similar scenarios in Go.
Note that the Go support in Pulumi is relatively new, and we will be fleshing out support for more scenarios in the core Go Pulumi SDK over the coming weeks. See https://github.com/pulumi/pulumi/issues/1614 for details and tracking.
b

bland-addition-41161

07/10/2018, 3:46 AM
thanks
is my thinking correct? that i can make a package for pulumi that works with my framework? https://github.com/tmaiaroto/aegis … specifically https://github.com/tmaiaroto/aegis/blob/master/examples/general/main.go … the cloud.API was showing me how it returned an api to use to route paths. so i figured that might be something i can add to all of the routers i have