Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.16 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.16 KB

sdk-scala

SDK in scala for working with the fun-stack infrastructure.

Links

Example on how to use it:

Terraform module for the corresponding AWS infrastructure:

See local development module for mocking the AWS infrastructure locally:

  • Fun Local Environment: local-env (version >= 0.3.0)

Get started

Get latest release:

libraryDependencies += "com.github.fun-stack" %%% "fun-stack-client-web" % "0.9.0"
libraryDependencies += "com.github.fun-stack" %%% "fun-stack-client-node" % "0.9.0"
libraryDependencies += "com.github.fun-stack" %%% "fun-stack-lambda-http-api-tapir" % "0.9.0"
libraryDependencies += "com.github.fun-stack" %%% "fun-stack-lambda-http-rpc" % "0.9.0"
libraryDependencies += "com.github.fun-stack" %%% "fun-stack-lambda-ws-rpc" % "0.9.0"
libraryDependencies += "com.github.fun-stack" %%% "fun-stack-lambda-ws-event-authorizer" % "0.9.0"
libraryDependencies += "com.github.fun-stack" %%% "fun-stack-backend" % "0.9.0"