-
Notifications
You must be signed in to change notification settings - Fork 399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Japanese: Add deployment changes for AWS. Fixes #1067 #1165
Japanese: Add deployment changes for AWS. Fixes #1067 #1165
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1165 +/- ##
=======================================
Coverage 71.71% 71.71%
=======================================
Files 15 15
Lines 1354 1354
Branches 402 402
=======================================
Hits 971 971
Misses 312 312
Partials 71 71 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work! Can you check a few comments?
docs/_deployments/ja_aws-lambda.md
Outdated
@@ -108,17 +108,28 @@ Bolt アプリを用意できました。次に AWS Lambda と Serverless Framew | |||
|
|||
**1. アプリを AWS Lambda に対応させる** | |||
|
|||
デフォルトでは、Bolt アプリがリッスンするのは HTTP リクエストです。このセクションでは Bolt アプリの[`レシーバー`](https://slack.dev/bolt-js/concepts#receiver)に手を加えて、Lambda 関数のイベントをリッスンするように変更します。 | |||
デフォルトでは、入門ガイドの Bolt サンプルアプリはソケットモードを使用しています。WebSocketイベントの代わりにHTTPリクエストをリッスンするため、 `app.js` の設定を変更しましょう。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For consistency, can you always have white spaces before/after alphabet words?
デフォルトでは、入門ガイドの Bolt サンプルアプリはソケットモードを使用しています。WebSocketイベントの代わりにHTTPリクエストをリッスンするため、 `app.js` の設定を変更しましょう。 | |
デフォルトでは、入門ガイドの Bolt サンプルアプリはソケットモードを使用しています。WebSocket イベントの代わりに HTTP リクエストをリッスンするため、 `app.js` の設定を変更しましょう。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, forgot this again! 🤦🏻♂️. I wonder if we can write a linter or something so that I don't forget this next time
docs/_deployments/ja_aws-lambda.md
Outdated
}); | ||
``` | ||
|
||
次、Lambda 関数のイベントに応答するよう、Bolt アプリの [`receiver`](https://slack.dev/bolt-js/ja-jp/concepts#receiver) をカスタマイズします。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
次、Lambda 関数のイベントに応答するよう、Bolt アプリの [`receiver`](https://slack.dev/bolt-js/ja-jp/concepts#receiver) をカスタマイズします。 | |
次に Lambda 関数のイベントに応答するよう、Bolt アプリの [`receiver`](https://slack.dev/bolt-js/ja-jp/concepts#receiver) をカスタマイズします。 |
Summary
Fixes #1067, adding deployment changes for AWS.
Requirements (place an
x
in each[ ]
)