Fork me on GitHub
#aws
<
2020-11-06
>
dazld10:11:51

I'm wondering about using cognitect's AWS library for defining and deploying cloudformation stacks (ALB, lambdas, S3, cloudfront etc..) - do any of you do this, and how did you find it?

steveb8n02:11:46

Try CDK instead. I use typescript for this, even though my app is all clojure

dazld18:11:26

Thanks, will look into it