tapir
tapir copied to clipboard
Investigate AWS CDK
Currently we've got a module generating AWS SAM templates, but maybe we could generate some kind of a CDK library as well? So that the translated tapir endpoint descriptions can be used in a cdk-managed serverless app.
I've been maintaining a library for Scala CDK bindings, it generates Scala code to wrap the underlying Java CDK & provide a safer API (Option
instead of null
, Scala collections, etc.). Not sure how relevant it is to tapir's CDK use cases, but figured it's worth mentioning. 😄
Thanks! :) Maybe we'll be able to leverage your work
This is available for some time now: https://tapir.softwaremill.com/en/latest/server/aws.html