An open API service indexing awesome lists of open source software.

https://github.com/spinframework/spin-trigger-plugins

Spin Trigger Plugins
https://github.com/spinframework/spin-trigger-plugins

Last synced: 18 days ago
JSON representation

Spin Trigger Plugins

Awesome Lists containing this project

README

          

# Spin Trigger Plugins

This repository is the consolidated home for the Spin trigger plugins maintained
by the [Spin Framework](https://github.com/spinframework) project.

## Layout

```
crates/
trigger-sqs/ # Amazon SQS trigger
trigger-mqtt/ # MQTT trigger
trigger-cron/ # Cron trigger
trigger-command/ # Command trigger
templates/ # Spin templates
examples/ # Example apps
```

## Building

```sh
cargo build --workspace
```

## Templates

Templates can be installed via:

```sh
spin templates install --git https://github.com/spinframework/spin-trigger-plugins
```

> Note: If any of the trigger templates were installed from their previous locations,
add an `--upgrade` to re-install from this repository.

## License

This project is licensed under the Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or
).

### Contribution

Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be licensed as above, without any additional terms or
conditions.