serverless / aws-ai-stack

AWS AI Stack – A ready-to-use, full-stack boilerplate project for building serverless AI applications on AWS
https://awsaistack.com
922 stars 81 forks source link

Clarify demo usage #6

Closed BastianZim closed 1 month ago

BastianZim commented 1 month ago

This is a super cool tool! Thank you!

Just one question regarding the demo. Can we just sign up and test it or how does that work? Not sure if there are any cost incurred etc.

Thanks! :)

skierkowski commented 1 month ago

@BastianZim Thanks! Yeah, there are two ways to use the demo. The easiest is just to go to awsaistack.com, which is a live instance of this project. The second is to clone the repo and follow the "Getting Started" steps, which guides you through getting your own instance of the app (just like awsaistack.com), but on your own AWS account.

BastianZim commented 1 month ago

Ahh perfect! Wasn't sure if we can just use the website. Thanks!