dxaws-website Documentation¶
dxaws-website is the orchestration module for converging a static website on AWS from typed desired state.
This docs set focuses on the manager-only public API:
WebsiteManagerExecuteOptions/ApplyOptionsWebsiteDesired/WebsiteCurrent/WebsiteResult
Local preview (Sphinx)¶
python -m pip install ".[docs]"
cd docs
make html
open _build/html/index.html
Tip: during development, use python -m pip install -e ".[docs]".
Documentation map¶
Testing note¶
Acceptance/integration tests are opt-in and may require real AWS credentials.