Security News
UK Officials Consider Banning Ransomware Payments from Public Entities
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
sqs-pipeline-lambda-sender
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-sender)
This module is installed via npm:
$ npm install sqs-pipeline-lambda-sender
var sqsPipelineLambdaSender = require('sqs-pipeline-lambda-sender');
config = {
AWS_ACCESS_KEY: '<AWS_ACCESS_KEY>',
AWS_ACCESS_SECRET: '<AWS_ACCESS_SECRET>',
AWS_REGION: '<AWS_REGION>',
DESTINATION_TOPIC: '<DESTINATION_TOPIC>'
};
sqsPipelineLambdaSender.init(config)
.then((queue) => {
queue.sendMore(['Come as you are!', '42', '4711']);
var message = {name: 'Kurt Cobain', age: '27'}
queue.send(message);
});
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
Sender module for sqs data pipelines
We found that sqs-pipeline-lambda-sender 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
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.