Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.34 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.34 KB

pureharm-aws

Pure functional wrappers in the typelevel ecosystem over the AWS Java SDK.

See changelog.

modules

The available modules are (for Scala 2.13):

  • "com.busymachines" %% s"pureharm-aws-core" % "0.1.0"
  • "com.busymachines" %% s"pureharm-aws-s3" % "0.1.0"
  • "com.busymachines" %% s"pureharm-aws-sns" % "0.1.0"
  • "com.busymachines" %% s"pureharm-aws-cloudfront" % "0.1.0"
  • "com.busymachines" %% s"pureharm-aws-logger" % "0.1.0"

Common downstream dependencies:

usage

Under construction. See release notes and tests for examples.

Copyright and License

All code is available to you under the Apache 2.0 license, available at http://www.apache.org/licenses/LICENSE-2.0 and also in the LICENSE file.