New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

reactifier

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactifier

A blog post aggregator bringing together React developers from across the globe.

latest
Source
npmnpm
Version
2.2.1
Version published
Maintainers
1
Created
Source

Reactifier.

A blog post aggregator bringing together React developers from across the globe.

How do I add my feed?

Send a pull request for the subscriptions.json file. We're glad to have you on the feed!

How does it work?

Reactifier is run as an AWS Lambda function. The compiled code and dependencies are zipped up and uploaded to AWS to be triggered as a Scheduled Event every hour. AWS executes the default export on the lambda.js module, which calls the reactifier() function.

The function pulls down all subscribed RSS feeds based on the subscriptions.json file. After the latest posts are retrieved, a static site is generated to display the post previews and provide an RSS feed. The static site is hosted entirely through S3.

But, why??

I didn't want to stand up $10/month cloud server and maintain it. Lambda allows me to periodically invoke my function, so I'm using a 128 MB instance for about 19 seconds every hour. That fits well within the free tier! \o/

What does the AWS Lambda configuration look like?

Lambda screenshot

Keywords

react

FAQs

Package last updated on 17 Nov 2015

Did you know?

Socket

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.

Install

Related posts