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

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

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.