Adam Nielsen
Adam Nielsen
Is this still outstanding or was it done in [/examples/aws-node-websockets-authorizers/](https://github.com/serverless/examples/tree/master/aws-node-websockets-authorizers)? I only ask because I followed that example and in the README it says "connect to the outputted wss url"...
Sorry I wrote a reply to this and forgot to post it! Thanks for responding, after looking more closely at your working output I realised my old Serverless instance was...
I'm a bit late to this discussion, but I've almost finished a more functional BBMD support which I think will address this issue. The problem is that you cannot have...
Updated `DEFAULT_HOP_COUNT` to be `0xFF` instead of `255` per feedback on #127.
Added a few improvements, squashed commits, sync with master branch
Many thanks for your review, and apologies for my own delayed reply, as I have been away for a few weeks. I've pushed some changes and left comments explaining my...
I believe it has already been merged into the fork at https://github.com/BiancoRoyal/node-bacstack along with a bunch of other fixes, as this one appears to be abandoned now. So I'd probably...
Updated branch to sync with latest master
Ah, just wondered why everything broke when I updated `serverless-s3-local`. Definitely can't change the credentials because we are using them to read data from live databases and want to write...
FYI for anyone else having this problem, downgrading with `npm install [email protected]` dropped me back to s3rver 2.2.5 which got everything working again.