Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dforsber authored Feb 1, 2021
1 parent d198c7a commit db31b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You get the API ID from the deployment output.

# Default route invokes S3 Selectable Lambda asynchronously,
# and passes the WebSocket URL as a parameterand sends results to WebSocket
% wscat -c `node src/wss-signer/sign_wss_url.js wss://8zs4y08ig2.execute-api.eu-west-1.amazonaws.com/dev`
% wscat -c `node src/wss-signer/sign_wss_url.js wss://apiId.execute-api.eu-west-1.amazonaws.com/dev`
Connected (press CTRL+C to quit)
> EXPLAIN SELECT * FROM default.nyctaxis LIMIT 2
< {
Expand Down

0 comments on commit db31b61

Please sign in to comment.