tapir icon indicating copy to clipboard operation
tapir copied to clipboard

Investigate AWS CDK

Open adamw opened this issue 3 years ago • 2 comments

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.

adamw avatar Aug 20 '21 09:08 adamw

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. 😄

NickBurkard avatar Jun 15 '22 12:06 NickBurkard

Thanks! :) Maybe we'll be able to leverage your work

adamw avatar Jun 15 '22 12:06 adamw

This is available for some time now: https://tapir.softwaremill.com/en/latest/server/aws.html

adamw avatar Jun 09 '23 08:06 adamw