Interview
Video interview about my former role as AWS evangelist
Talking about the role, its challenges and tasks as AWS evangelist.
A projen
template for the cdk-hugo-pipeline
construct 📦
You find all the details in the linked post. Basically the reason to build projen
template was
The setup had too many steps so I decided to wrap it into a projen template.
You can find the
Now you can set up your hugo-all-in-one
with a single-line command 🎉
npx projen new \
--from @mavogel/projen-cdk-hugo-pipeline@~0 \
--domain example.com \
--projenrc-ts
Feel free to provide feedback in the form of issues or pull requests.
Cheers