This is an accompanying repo for Besom and Smithy4s on AWS - Scala 3 good vibes only 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 available.