Skip to content

aws-observability/observability-best-practices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

155ae43 · Oct 2, 2024
Sep 30, 2024
Mar 27, 2023
Oct 2, 2024
Oct 2, 2024
Oct 1, 2024
Apr 18, 2023
Oct 31, 2023
Jun 28, 2024
Jul 16, 2024
Sep 30, 2024
Sep 27, 2024
Nov 14, 2022
Nov 14, 2022
Nov 14, 2022
Dec 23, 2023
Dec 23, 2023
Oct 1, 2024

Repository files navigation

observability-best-practices

Welcome

This is the source for the AWS Observability Best Practices site. Everyone is welcome to contribute here, not just AWS employees!

How to run/develop this site

This site is developed with mkdocs which is similar to Hugo with an auto-reload feature. Just save your progress and watch it refresh your browser.

  1. To get started with development, make sure you have a current version of python with pip installed.

  2. Install the following packages:

pip install mkdocs
pip install mkdocs-material
pip install pymdown-extensions

For more details or assistance setting up, see:

  1. Build and run locally on http://127.0.0.1:8000/
mkdocs serve

If you want to Build and run Japanese content

mkdocs serve -f mkdocs.ja.yaml

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.