Welcome to action-stations - A repository where I'll try to demo a few examples of GitHub Actions and how to use them 🎉
- Python 3.8.* (I recommend using pyenv to handle Python versions)
- Poetry
- Node 14 (I recommend using NVM Node Version Manager)
- AWS CDK - There is a
package.jsonin the cdk examples, it's recommended to runnpm installin the examples directories and make use ofnpx <command>rather than globally installing AWS CDK - AWS CLI
If you're developing on MacOS, the above can be installed using homebrew
If you're developing on Windows, I'd recommend using either Git BASH or Windows Subsystem for Linux
I provide a Makefile to try and abstract away some of the commonly used commands, so you may want to get make also