CDK Optional Setup¶
If you prefer AWS CDK, use the external reference repository instead of an in-repo example (the previous internal CDK-specific folder was removed to avoid duplication):
External CDK repo: https://github.com/darrenrabbs/allurehosting-cdk
After deploying the stack, feed the outputs into the publisher:
publish-allure \
--bucket <bucket> \
--project <project> \
--branch <branch> \
--cloudfront https://<domain>
For manual / AWS CLI alternatives see the sibling docs:
- Manual:
dev/setup_manual.md - AWS CLI scripted:
dev/setup_awscli.md
See that repository's README for deployment notes (bootstrapping, custom domains, error responses). This main project intentionally ships runtime code only.