-- Leo's gemini proxy

-- Connecting to capsule.wetterberg.nu:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

CloudFormation docs


I often have to consult the Cloud Formation resource docs at work, and they are pretty horrible to use. Infinite menus of resource names that provide no navigational aid whatsoever. Fortunately Amazon makes the underlying markdown data available in a git repo, so I'm free to build something that suits me better.


cfdocs converts the content to gemtext and indexes it in a bleve full text index. The UI, such as it is, is based off search and links to definitions.


The cfdocs instance that I host


This fits my use-case perfectly. I'm always looking for a specific resource, not browsing aimlessly. I want toi be able to load the docs; find a resource to read up on its properties, drill down into nested data stuctores, or check whether a straight !Ref will yield an ARN, name, or ID.


cfdocs on sourcehut


I originally planned to add some service/resource hierarchical awareness with navigation. But searching worked well enough for me to drop that for now.

-- Response ended

-- Page fetched on Fri Apr 26 08:49:45 2024