#GitHub - adam-heat1/fantasy-api: API bui...
1 messages · Page 1 of 1 (latest)
FYI - I used this as my trial to learn Rust and Dagger so I wouldn't trust any of the Rust side of this app
Thanks for sharing!
Thanks i have an upstream issue for adding more examples to the repo. Is there any areal youd be specifically interested in?
Also you do know that we've got a rust sdk right?
Is it relatively new? I don’t think it was out when I started this. I originally started this a couple months ago and didn’t see one but have seen people on discord talking about it lately. I will migrate this over to that sdk at some point.
I’m not very experienced with the infrastructure side. I’ve been around terraform but never spun it up myself. I’d like to see an example of just a larger project. For example spinning up a database + API or Cloudfront + S3 + VPC + Route 53. I’m not sure I’d be able to pull that off without having something to reference
It has been out since march i believe. We've got a few larger projects out. Though no aws infrastructure ill leave that up to terraform or pulumi.
Dagger right now is best suited for ci. I.e. building, testing and packaging code. All of which we've got examples for.
So from your point of view you can pretty much use the rust sdk exactly the same way as you would the main.go