Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
sqs-pipeline-lambda-intermediator
Advanced tools
Sender module for sqs data pipelines
[![build status](https:secure.travis-ci.org/HitFox Group GmbH/sqs-pipeline-lambda-sender.png)](http:travis-ci.org/HitFox Group GmbH/sqs-pipeline-lambda-intermediator)
This module is installed via npm:
$ npm install sqs-pipeline-lambda-intermediator
var sqsPipelineLambdaIntermediator = require('sqs-pipeline-lambda-intermediator');
config = {
AWS_ACCESS_KEY : '<AWS_ACCESS_KEY>',
AWS_ACCESS_SECRET : '<AWS_ACCESS_SECRET>',
AWS_REGION : '<AWS_REGION>',
QUEUE_URL : '<SQS_URL>',
RECEIVE_TOPIC : '<RECEIVE_TOPIC>', // previous step
DESTINATION_TOPIC : '<DESTINATION_TOPIC>' // next step
};
var processor = function(message){
return new Promise(function(resolve, reject) {
// Processing logic goes here for example add fields to message objects:
message.active = true;
// after processing just resolve the final object
resolve(message);
});
}
// start intermediate processing
sqsPipelineLambdaIntermediator.start(config, processor);
Copyright (c) 2016, HitFox Group GmbH All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY HitFox Group GmbH ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL HITFOX GROUP GMBH BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
FAQs
intermediator module for sqs data pipelines
The npm package sqs-pipeline-lambda-intermediator receives a total of 0 weekly downloads. As such, sqs-pipeline-lambda-intermediator popularity was classified as not popular.
We found that sqs-pipeline-lambda-intermediator 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.