Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Event definitions for AppSync Events

オープン
#940 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
45/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
aws, rust
領域
api, backend

調査の方向性

Issue にリンクされている AWS AppSync Events のドキュメントを読み、その後、既存の aws_lambda_events::events::appsync モジュールを調べて、要求された定義との構成を比較します。Lambda 認証と websocket プロトコルメッセージが対象範囲に含まれるか、またそれらを appsync に置くべきかサブモジュールに置くべきかを判断します。合意された AppSync Event の定義が既存のイベントモジュールと一貫した形で表現されれば完了です。

索引モデルが issue の本文から書いたものです。

説明

There are currently no event definitions for the relatively new AWS AppSync Event service. Going through the AWS docs, I've collected the following list of events that could be added:

  1. onPublish
  2. onSubscribe
  3. Lambda authorization , consisting of a authorizationRequest, authorizationContext and a authorizationReponse.
  4. Optionally/debatable definitions for the event API websocket protocol messages.

I'm open to adding these myself, since I'm currently developing a system that will use AppSync Event, so I need to write them regardless.

Should these definitions live in aws_lambda_events::events::appsync (potentially in a sub-module) or in a new module aws_lambda_events::events::appsync_events ?

Edit: I've just realized that onPublish and onSubscribe only supports javascript handlers - so scratch that...

主要言語
Rust
スター
3.6k
フォーク
397
平均マージ
55分
マージ済み PR(30日)
1

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

aws/aws-lambda-rust-runtime のほかの issue

aws/aws-lambda-rust-runtime の issue をすべて見る

似ている issue

Rust の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。