Hi! I would like to share the
pulumi-aws-toolbox library with you. I had noticed my infrastructure code frequently repeated itself across projects so I’ve created this library over the past months. It’s an opinionated library focused on website hosting on AWS.
This
demo app is build with the library. It's an open-source & serverless pastebin alternative. It creates the AWS infrastructure for delivering the static website from S3, with a Node.js Lambda backend, URL rewrites for the single-page app, caching, access logs, bucket policies etc. with just ~100 LoC (
source).
Hope you find it useful, looking forward to your feedback.