Are there javadocs for the aws provider published ...
# java
p
Are there javadocs for the aws provider published anywhere?
m
unsure, but IntelliJ has a feature to show docs via localhost via the hover menu.
b
there should be javadoc jar published
source jar is published AFAIK
p
I’m using VS Code, but I guess I can figure out how to generate the pages from source. Thanks!
(I’m writing Clojure code, not Java. If I were working on a Java project I’d be using a different editor/IDE, probably IntelliJ)
👍 2
m
was literally about to be annoying and suggest IntelliJ after working on pulumi-java and examples, but that makes sense.
p
Typical for a Clojurist, I’m making things hard in order to make things easy… 🙄
👍 1
m
Idk if this site will work or not given how large our SDKs are, but https://javadoc.io/doc/com.pulumi/aws i'm on linux so I can relate to that.
p
oh cool thank you!
Ah Linux.
At my company a lot of people use Qubes, which, as far as I can tell, about doubles the flakiness of their daily computing experience.
😉 1
(but it’s way more secure 😅)
m
If you can't do anything, neither can a hacker.
p
exactly!
no hidden mining scripts, ’cause guess what no direct GPU access!
m
my trackpad stopped working so there are now fewer devices to compromise.
p
😆
m
@powerful-room-57148 it looks like the docs rendered https://javadoc.io/doc/com.pulumi/aws/latest/index.html
p
Excellent! Thanks so much!@
m
They're in markdown and I didn't convert them fully to html so there's an issue open. https://github.com/pulumi/pulumi-java/issues/462
👍 1