Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phuurl/sandbox-functions
⛅️ FaaS scripts for enabling sandbox behaviour in cloud environments
https://github.com/phuurl/sandbox-functions
aws aws-lambda cloud faas gcp gcp-cloud-functions sandbox sandbox-environment
Last synced: 8 days ago
JSON representation
⛅️ FaaS scripts for enabling sandbox behaviour in cloud environments
- Host: GitHub
- URL: https://github.com/phuurl/sandbox-functions
- Owner: Phuurl
- License: mit
- Created: 2019-08-15T19:09:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-17T20:20:45.000Z (almost 5 years ago)
- Last Synced: 2024-12-29T16:46:08.622Z (12 days ago)
- Topics: aws, aws-lambda, cloud, faas, gcp, gcp-cloud-functions, sandbox, sandbox-environment
- Language: Go
- Size: 14.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⛅️ sandbox-functions
A set of FaaS (eg Lambda) functions to enable sandbox behaviours (such as auto stopping resources on a schedule) in your favourite cloud platforms.
## Current support
- AWS (EC2s)
- GCP (Compute Engine VMs)## Usage
Simply deploy the function as described in the README for the appropriate platform, and configure the trigger to call the function at the desired interval.
As a rule the functions will not touch any resources that are tagged/labelled with `preserve`, to allow exclusions when required.
## Contributing
Pull requests are welcome - please ensure that you update any READMEs where needed.