
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
parse-aws-firehose-logger-adapter
Advanced tools
If you're deploying parse-server onto an AWS cluster (either ecs, straight ec2, or elastic beanstalk). It is useful to see all of the machines logs all in one place. AWS Firehose will accept logging at any scale. With just a few clicks on the AWS console, you can setup a firehose stream that feeds into elastic search. AWS provides a link to a kibana ui to elastic search that makes visualizing your logs nice and easy.
loggerAdapter: new FirehoseLoggerAdapter({ streamName });
Other winston logger options can also be passed:
loggerAdapter: new FirehoseLoggerAdapter({ streamName, level: 'verbose' });
It should be possible to pass accessKeyId and secretAccessKey values in the options.
For AWS credentials, see Configuring the SDK for JavaScript. On developer machines, use a standard location for your credentials. For deployment on EC2, use a role.
FAQs
Send logs from parse-server to AWS Firehose
The npm package parse-aws-firehose-logger-adapter receives a total of 25 weekly downloads. As such, parse-aws-firehose-logger-adapter popularity was classified as not popular.
We found that parse-aws-firehose-logger-adapter 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
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.