├── .gitignore ├── README.md ├── bh_template-20210720-002.json ├── bh_template.json └── bh_template_gen.py /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | .DS_Store 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # bh_aws 2 | Materials for AWS Training 3 | -------------------------------------------------------------------------------- /bh_template-20210720-002.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cno-io/bh_aws/HEAD/bh_template-20210720-002.json -------------------------------------------------------------------------------- /bh_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cno-io/bh_aws/HEAD/bh_template.json -------------------------------------------------------------------------------- /bh_template_gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cno-io/bh_aws/HEAD/bh_template_gen.py --------------------------------------------------------------------------------