A collection of documentation, articles, blog posts, and other third-party resources.
- Workflow syntax for GitHub Actions - Detailed breakdown of the YAML syntax used to configure workflows.
- Storing workflow data as artifacts - Documentation for how to use artifacts to share data between jobs.
- Download-Artifact v2 - Documentation for the Download Artifact action
- Upload-Artifact v2- Documentation for the Upload Artifact action
- Virtual Environments - Repository for the virtual environments available to GitHub actions
- Creating a composite run steps action - Steps to create a composite tun steps action. This is an action that is composed of multiple related actions, allowing common workflows to be shared.
- Environments - Documentation for GitHub Environments which can be used to manage protection rules and secrets for different deployment environments.
- Reviewing deployments - How to view, approave, and reject jobs waiting for approval.
- Serverless Applications with AWS Lambda and API Gateway - Overview of Terraform workflows for deploying and managing a serverless application using AWS Lambda and API Gateway.