Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/walkersumida/sls-slack-event-subscriber-deepl


https://github.com/walkersumida/sls-slack-event-subscriber-deepl

api-gateway deepl-api golang lambda serverless-framework slack slack-api slack-bot

Last synced: about 11 hours ago
JSON representation

Awesome Lists containing this project

README

        

preview

# Infrastructure

2023-02-19_17 01 46

# Setup

```sh
yarn install
```

```sh
cp .env.sample .env
```

# Deploy

```sh
make deploy
```

# Create Slack App

## Enable Events
2023-02-19_17 17 21

## Add Bot User Event
2023-02-19_17 19 33

## Install to Workspace
![2023-02-19_17 19 52](https://user-images.githubusercontent.com/12683375/219937455-4680c325-56cc-4c63-9917-f8eb73446485.png)

## Add an OAuth Scope
2023-02-19_17 23 48

# Post a message
2023-02-26_15 30 46