This message was deleted.
# golang
s
This message was deleted.
w
Yes - the
@pulumi/awsx
and
@pulumi/eks
used in those examples are NodeJS packages that are not (yet) available in other languages. You can still accomplish all the same things - but it will require a bit more work to use the raw primitives in
pulumi-aws
directly instead of the simpler wrappers in those two packages used in this blog post.
👍 1
b
The key resource you'll need to use is the FargateProfile. E.g., see https://godoc.org/github.com/pulumi/pulumi-aws/sdk/go/aws/eks#FargateProfile.
🙏 1
g
Thanks 😄 I’ll keep y’all posted on my endeavors
Yeey! It worked 😄 thanks for the pointers gents 😄
👍 2
b
Great!!! If you have example code you want to share back, we'd love to add an example, either to https://github.com/pulumi/examples, or just inline here and we can run with it. If you're too busy building things, no worries, just happy it worked!
g
Well, I was gonna publish it on my blog 😳 I’d be more than happy to share the complete stuff with y’all too though! And I’m totally building a bunch of cool things (at least I think they’re cool...) using a bunch of different technology components (one of them being Pulumi)
b
Blog sounds great! I can't wait to read it 😊