https://pulumi.com logo
Title
a

adventurous-jordan-10043

09/26/2018, 9:01 AM
I also made
pulumi-epsagon
, and I want to publish it in the pulumi github org. I have some related questions, if someone from the team can devote me some time.
w

white-balloon-205

09/26/2018, 10:28 PM
Absolutely - happy to help with this. I did a prorotype of getting this working with Epsagon a month ago - so happy to share notes. Feel free to invite me to your existing project and I can take a look. Would love to get this working and over in
pulumi
org!
a

adventurous-jordan-10043

09/27/2018, 6:39 AM
Nice thanks Luke.
What’s nice is that the example that doesn’t work with iopipe integ is working with epsagon so maybe the culprit is iopipe ?
w

white-balloon-205

09/27/2018, 2:06 PM
Looks great! Left a couple notes on the latest commit. One thing to think about - if you use
.ts
to define this, you'll likely want to do an explicit build to
.js
and then to publish the package with the
.js
(and
.d.ts
) files so that JavaScript users can use it without any concerns. This was why for this simple example I just went with
.js
in the
pulumi-iopipe
repo. If you get things set up to author and publish via TS in this repo though (looks like you may want that cause you have new types you are exposing here) - happy to also port that infrastructure back to the iopipe repo as well.
a

adventurous-jordan-10043

09/27/2018, 2:08 PM
Yeah, I’m looking at how pulumi-serverless is published with make and travis and I would like to copy that
but as I said I don’t really know what I can do and what I can’t
will look more into it