Hi community,
I am using both terraform and AWS CDK to define and deploy infrastructure on AWS. I typically spend quite a bit of time on standardising and evolving high level components that represents common patterns - such as a cloudfront distribution backed by an S3 bucket and API Gateway.
As these are just code, it is quite straightforward to make a github repository containing these high level components and pull them up where and when needed for me.
I have been wondering recently about whether there was a platform that can be used to document and share these Infrastructure as Code (IaC) modules/library. This would be similar to what Hugging Face does for AI.
At the moment, the best I found was a number of github repository sharing their code.
Do you think a "hugging face for IaC" would be a good or a bad idea? Would you need it or consider it?