https://github.com/blendthink/anniversary-handler
https://github.com/blendthink/anniversary-handler
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/blendthink/anniversary-handler
- Owner: blendthink
- Created: 2021-06-01T18:20:02.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-06T07:55:53.000Z (almost 5 years ago)
- Last Synced: 2025-02-07T05:30:14.696Z (over 1 year ago)
- Language: JavaScript
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anniversary Handler
Slack の Anniversary アプリのイベントをハンドリングして処理する
AWS Lambda アプリです。
## Reference
### Slack
- [Bolt 入門ガイド](https://slack.dev/bolt-js/ja-jp/tutorial/getting-started)
- [AWS Lambda へのデプロイ](https://slack.dev/bolt-js/ja-jp/deployments/aws-lambda)
### GitHub
- [REST API - action - workflow](https://docs.github.com/ja/rest/reference/actions#workflows)
### Serverless Framework
- [providers - aws - guide](https://www.serverless.com/framework/docs/providers/aws/guide/serverless.yml/)
- [Resolution of environment variables](https://www.serverless.com/framework/docs/environment-variables/)
- [deprecations](https://www.serverless.com/framework/docs/deprecations/)
- [examples - aws-node-rest-api-typescript-simple](https://github.com/serverless/examples/tree/master/aws-node-rest-api-typescript-simple)
### Node.js
- [Make an HTTP POST request using Node.js](https://nodejs.dev/learn/make-an-http-post-request-using-nodejs)