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

mryhryki/example-aws-api-gateway-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This repository is a sample to learn the API Gateway's WebSocket API.

Resources

License

Stars

Watchers

Forks