├── .github └── PULL_REQUEST_TEMPLATE.md └── README.md /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | *Issue #, if available:* 2 | 3 | *Description of changes:* 4 | 5 | 6 | By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. 7 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## Amazon Aurora Labs for MySQL 2 | 3 | This repo is no longer being maintained. If you would like to use the Aurora MySQL Immersion Day labs please visit https://catalog.workshops.aws/awsauroramysql/en-US. 4 | --------------------------------------------------------------------------------