Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 655 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 655 Bytes

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 is required for development.

Prepare fastly.toml as you like (fastly.toml.sample is a template without the service id).

# 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.