{"id":16696961,"url":"https://github.com/seratch/serverless-slack-bolt-aws","last_synced_at":"2026-02-25T14:42:30.298Z","repository":{"id":48130840,"uuid":"198203144","full_name":"seratch/serverless-slack-bolt-aws","owner":"seratch","description":"Read this issue first - https://github.com/slackapi/bolt/issues/361","archived":false,"fork":false,"pushed_at":"2020-04-25T00:34:50.000Z","size":3,"stargazers_count":44,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-13T17:45:41.453Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/slackapi/bolt/issues/361","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seratch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-22T10:44:58.000Z","updated_at":"2024-08-15T07:08:27.000Z","dependencies_parsed_at":"2022-08-12T19:20:29.743Z","dependency_job_id":null,"html_url":"https://github.com/seratch/serverless-slack-bolt-aws","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seratch%2Fserverless-slack-bolt-aws","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seratch%2Fserverless-slack-bolt-aws/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seratch%2Fserverless-slack-bolt-aws/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seratch%2Fserverless-slack-bolt-aws/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seratch","download_url":"https://codeload.github.com/seratch/serverless-slack-bolt-aws/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221817811,"owners_count":16885634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T17:45:28.466Z","updated_at":"2025-10-26T02:04:02.886Z","avatar_url":"https://github.com/seratch.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# serverless-slack-bolt-aws⚡️\n\nIf you'd like to start using [Slack's Bolt⚡️](https://slack.dev/bolt/) with a minimum settings, this [Serverless](https://serverless.com/) template is perfect for you!\n\n```bash\n# node 10.13+ required\n# 0) Create a new project with this template\nnpm i -g serverless\nserverless create \\\n  --template-url https://github.com/seratch/serverless-slack-bolt-aws/tree/master \\\n  --path hello-bolt\n\n# 1) Slack App Configuration\n# Go to https://api.slack.com/apps\n#   - Create a Slash command named `/echo` (Request URL can be a dummy)\n#   - Create a bot user @{bot-name}\n#   - Install the app to your workspace\n\n# 2) App Setup\nnpm i -g serverless\nnpm i\ncp _env .env\nvi .env # set SLACK_SIGNING_SECRET, SLACK_BOT_TOKEN\nsource .env\n\n# 3) Local Development\nsls offline # local dev\nngrok http 3000 # on another terminal window\n\n# Update the Request URL for the slash command with the ngrok URL\n\n# 4) Make sure it works on Slack\n#  /invite @{bot-name}\n#  /echo something\n\n# 5) Deploy to AWS\nexport AWS_ACCESS_KEY_ID=xxx\nexport AWS_SECRET_ACCESS_KEY=yyy\nsls deploy\n\n# Update the Request URL for the slash command with the AWS URL\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseratch%2Fserverless-slack-bolt-aws","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseratch%2Fserverless-slack-bolt-aws","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseratch%2Fserverless-slack-bolt-aws/lists"}