Simple Websockets Chat App Versions Save

This SAM application provides the Lambda functions, DynamoDB table, and roles to allow you to build a simple chat application based on API Gateway's new WebSocket-based API feature.

1.0.4

3 years ago

Release Notes

  • Updated SAR App to 1.0.4
  • Moved the SDK to devDependencies only as WS are already production wi… …
  • Ignoring local samconfig.toml
  • Added a dependencies script updater

Notes

With this release, the aws-sdk dependency is now removed. With this, the 6mb function package is reduced to a few kbs. This happens now as most of the users using the SDK have now the bare version needed that includes the WSS support.