aws-mqtt
aws-mqtt copied to clipboard
Serverless PubSub using AWS IoT message broker
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.0 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
Bumps [sockjs](https://github.com/sockjs/sockjs-node) from 0.3.19 to 0.3.21. Release notes Sourced from sockjs's releases. 0.3.21 Update faye-websocket and websocket-driver to address DDoS vulnerability #275 0.3.20 Updated node-uuid and coffeescript Exclude examples, tests,...
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
This is my code: ``` import Aws from 'aws-sdk/dist/aws-sdk-react-native' import AwsIot from 'aws-iot-device-sdk' AWS_REGION = 'us-east-1' // Change if needed. AWS_COGNITO_IDENTITY_POOL = 'us-east-1:******-******-******-******-******' AWS_IOT_ENDPOINT = '******-ats.iot.us-east-1.amazonaws.com' // Fill in. Aws.config.region...
Hello, I did the basic setup for the frontend as per documentation. I created `CognitoIdentityCredentials` with an identity pool that allows both unauthenticated users and the unauthenticated users have been...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...