This is a playground to experiment with GitHub Actions
This workflow includes examples to help you set up and run workflows on a self-hosted runner.
- Navigate to your repository's Settings.
- In the left sidebar, click on Actions.
- Select Runners from the submenu.
- Click on the New self-hosted runner button.
- Follow the provided instructions to configure your self-hosted runner.
This workflow builds a function zip bundle and deploys it to an existing Lambda function.
- AWS account.
- Existing Lambda function to deploy to.
- Navigate to your repository's Settings.
- In the left sidebar, click on Secrets and variables.
This workflow requires the following secrets:
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
And the following variables:
AWS_REGION
AWS_FUNCTION_NAME