Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
aws-device-gateway-signed-url
Advanced tools
Create a signed WebSocket URL for a MQTT AWS device gateway endpoint, so browsers can connect to AWS IOT MQTT message queues easily
Utility function that produces a signed websocket URL for AWS IOT Device Gateway, allowing browsers to connect directly to AWS IOT data pipelines.
The code is mostly extracted from the AWS IOT websocket MQTT Sample, and packaged as a NPM library for convenient use.
Here is a list of changes from the original code:
The original code copyright is by Amazon.com, Inc. or its affiliates.
See the IOT Protocols Guide and Signature V4 Signing Process for more information on the structure of the signed URL.
var signUrl = require('aws-device-gateway-signed-url');
signedUrl = signUrl (params);
params
is a key-value hash containing the following keys:
regionName
: AWS region, for example, us-east-1
endpoint
: AWS device gateway endpoint URL. (see Retrieving your endpoint URL below)secretKey
: AWS access Secret keyaccessKey
: AWS access key IDsessionToken
: optional an AWS Session Token (from STS, Cognito, or assumed role)expires
: optional seconds until the signed url expires. default is 86400
, 1 dayEach AWS account has an associated IOT device gateway endpoint. Use the following AWS CLI command to discover your endpoint URL
aws iot describe-endpoint --query endpointAddress --output text
FAQs
Create a signed WebSocket URL for a MQTT AWS device gateway endpoint, so browsers can connect to AWS IOT MQTT message queues easily
The npm package aws-device-gateway-signed-url receives a total of 0 weekly downloads. As such, aws-device-gateway-signed-url popularity was classified as not popular.
We found that aws-device-gateway-signed-url demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.