[D] Bindings to cloud APIs, interacting with "serverless" computing

Hi frens :wave:
I started with PS only recently after doing lots of Haskell for a few years and I’m very excited about the possibilities.
For one thing, suddenly it becomes possible to shift a lot of work to the frontend than I was comfortable doing in Javascript alone.

I would like some community feedback on interacting with cloud APIs : what are the best practices, and good libraries to look for (I only saw AWS bindings on Pursuit, are there Google Cloud libraries for example?). Alternatively, is there support for generating bindings from OpenAPI specs (like amazonka, gogol etc. do)?

2 Likes

purescript-tidy-codegen makes code-gen easier, but I’m not sure if anyone’s done anything like that with OpenAPI specs.

1 Like