Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/indoorvivants/smithy4s-besom-aws-comprehend
- Owner: indoorvivants
- Created: 2024-03-30T12:32:56.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-14T09:55:33.000Z (8 months ago)
- Last Synced: 2024-10-31T00:44:25.418Z (about 2 months ago)
- Topics: aws, besom, pulumi, pulumi-aws, scala-cli, scala3, smithy4s
- Language: Scala
- Homepage: https://blog.indoorvivants.com/2024-04-14-besom-smithy4s-aws
- Size: 35.2 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.