https://github.com/gfx/ecp-slack-command-rust
Slack app to servie an echo command in Fastly Compute@Edge
https://github.com/gfx/ecp-slack-command-rust
compute-at-edge edge-computing examples slack-apps
Last synced: about 2 months ago
JSON representation
Slack app to servie an echo command in Fastly Compute@Edge
- Host: GitHub
- URL: https://github.com/gfx/ecp-slack-command-rust
- Owner: gfx
- License: isc
- Created: 2021-12-09T04:47:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-09T05:03:47.000Z (almost 4 years ago)
- Last Synced: 2025-08-17T17:50:42.434Z (about 2 months ago)
- Topics: compute-at-edge, edge-computing, examples, slack-apps
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# An echo app for Slack with Fastly Compute@Edge
Inspired by https://github.com/yusukebe/fastly-compute-slack-command, but implemented in Rust.
## Develop
[Fastly CLI](https://developer.fastly.com/reference/cli/) is required for development.
Prepare `fastly.toml` as you like (`fastly.toml.sample` is a template without the service id).
```shell-session
# serve a local app server
fastly compute serve# publish the app
fastly compute publish
```## A demo URL set to Slack commands
```
https://legally-guiding-stork.edgecompute.app/command/fastly-echo
```## License
This is an open source software licensed under ISC. See LICENSE for details.