Skip to content
This repository has been archived by the owner on Dec 29, 2021. It is now read-only.

Latest commit

 

History

History
34 lines (23 loc) · 913 Bytes

File metadata and controls

34 lines (23 loc) · 913 Bytes

example-aws-api-gateway-websocket

Setup

以下のコマンドを実行します。

$ npm run setup

.env ファイルが出来上がっているので、必要な環境変数に書き換えてください

Deploy

AWSのアクセスキーなどを設定した上で、以下のコマンドを実行するとデプロイできます。

$ npm run deploy
(略)
endpoints:
  wss://xxxxxxxxxx.execute-api.(AWS_REGION).amazonaws.com/dev
(略)

WebSocket のエンドポイントが表示されます。

Remove

使わなくなったら消しておきましょう。 AWSのアクセスキーなどを設定した上で、以下のコマンドを実行すると削除できます。

$ npm run remove