Our great sponsors
-
I have been looking at aws-sdk-scalajs-facade, but it is not available for Scala 3. Will it ever be available for Scala 3? Are there alternatives? How hard would it be to hack my own lambda? (I know very little about Node or Javascript).
-
Did you try tapir? There is a module for deploying aws lambda with Scala js. Not sure whether it is compatible with Scala 3, I am sticking with Scala 2 until Scala 3 gets more mature.
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
Take a look at sbt-native-image or sbt-native-packager for building the native image.
-
You can use https://github.com/ScalablyTyped/Distribution to generate types from AWS SDK for Typescript. Don't know how does it work with Scala 3, though.
-
3.a. Scala Native + https://github.com/indoorvivants/sn-bindgen + manually memory managed AWS SDK used through C ABI, e.g. AWS SDK C++.
-
What about this project here? https://github.com/typelevel/feral