Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/indoorvivants/smithy4s-besom-aws-comprehend

Scala 3 service built with pure Smithy4s Scala AWS SDK, deployed to AWS with Besom - pure Scala 3 Pulumi SDK
https://github.com/indoorvivants/smithy4s-besom-aws-comprehend

aws besom pulumi pulumi-aws scala-cli scala3 smithy4s

Last synced: about 1 month ago
JSON representation

Scala 3 service built with pure Smithy4s Scala AWS SDK, deployed to AWS with Besom - pure Scala 3 Pulumi SDK

Awesome Lists containing this project

README

        

# Scala 3 service on AWS with Besom and Smithy4s AWS SDK

This is an accompanying repo for [Besom and Smithy4s on AWS - Scala 3 good vibes only](https://blog.indoorvivants.com/2024-04-14-besom-smithy4s-aws) blogpost.

Run the service (needs AWS credentials configured, like aws-cli): `cd app && sbt reStart`

Deploy the service to AWS (needs Pulumi CLI and AWS credentials): `cd besom && pulumi up -s dev`

This branch uses SBT for service building - there's a pure [scala-cli branch](https://github.com/indoorvivants/smithy4s-besom-aws-comprehend/tree/scala-cli) available.