aws-observability / observability-best-practices

Observability best practices on AWS
https://aws-observability.github.io/observability-best-practices/
MIT No Attribution
224 stars 69 forks source link

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 website is built using Docusaurus, a modern static website generator. You need to install npm as a prerequisite.

Installation

cd docusaurus
$ (yarn | npm ) install

Local Development

$ yarn start [or] npm run start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build [or] npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH with yarn:

$ USE_SSH=true yarn deploy 

Using SSH with npm:

$ USE_SSH=true  npm run serve

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.

Security

See CONTRIBUTING for more information.

License

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