claudiajs / serverless-chat

Abusing AWS IOT Gateway to create a serverless chat system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eu-west appears to be hard-coded

okachobi opened this issue · comments

The deploy.sh script uses --region eu-west-1 hardcoded in the iot describe-endpoint command. The result is the endpoint is constructed against that region and the lambda and index.js are misconfigured if you are not in that region.