DEV Community

Discussion on: Using free tools to optimise a serverless application

Collapse
 
fasani profile image
Michael Fasani

Hi Matt, I wrote my first serverless code a few days ago. A simple 301 redirect for non-www to www in front of CloudFront, pretty fun stuff!

I’m wondering about the following. I am using Disqus temporarily on my blog but I am considering writing my own comments system. I would plan to use a serverless function to make git pr’s for new comments, have you seen something like that? My site uses Gatsby and now auto builds and deploys to S3/CloudFront so I think having comments also in git could be cool. Anything to consider?