https://github.com/macnev2013/github-actions-localstack
Github Actions for LocalStack
https://github.com/macnev2013/github-actions-localstack
Last synced: 3 months ago
JSON representation
Github Actions for LocalStack
- Host: GitHub
- URL: https://github.com/macnev2013/github-actions-localstack
- Owner: macnev2013
- Created: 2023-07-12T06:43:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T12:58:36.000Z (over 2 years ago)
- Last Synced: 2025-05-17T15:12:31.192Z (7 months ago)
- Language: Shell
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LocalStack GitHub Actions
The LocalStack Team presents a collection of GitHub Actions to facilitate local development and testing on your GitHub Actions workflows.
### This repository includes the following GitHub Actions:
- [Setup LocalStack](./setup-localstack)
- [Setup Local Tools](./setup-local-tools)
- [LocalStack Terraform Deploy](./tflocal-deploy)
## Setup LocalStack
The Setup LocalStack action enables you to set up LocalStack in your GitHub Actions workflow. You can specify the Docker image tag, whether to use LocalStack Pro, and any configuration variables for LocalStack. For more information, see the Setup LocalStack [README](./setup-localstack/README.md).
## Setup Local Tools
The Setup Local Tools action assists you in setting up several local development tools, including awslocal, terraform, and terraform-local. You can specify the versions and credentials for Terraform and whether to install a wrapper for Terraform calls. For more information, see the Setup Local Tools [README](./setup-local-tools/README.md).
## LocalStack Terraform Deploy
The tflocal deploy action allows you to deploy Terraform on LocalStack. It consists of three steps: initializing Terraform, applying the Terraform configuration, and commenting on the pull request with the status of the Terraform deployment. For more information, see the tflocal deploy [README](./tflocal-deploy/README.md).