Freelance Fullstack Software Engineer
Helping aspiring engineers master the cloud.
Nothing here yet.
Hi Alan! With the AWS free tier, I’d argue that it’s basically impossible to get charged even $0.01 if it’s only used by yourself 😊 (except for the costs by the LLMs in/output tokens). Also, it’s mainly a learning project. It should demonstrate how easily you could start building a chat bot that’s deployed in the cloud 📚
Hi Shaheer! If you want to delete a bucket with a huge number of files, there's a simple secret: create a lifecycle rule that expires all of your files. This way you don't need a blocking command and AWS will take care of deleting the files in a background process. This works with an unlimited number of files 💪