Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

Commit 66ea2aa

Browse files
authored
Update to version 2.2.1
Update to version 2.2.1
2 parents 18d022f + 09396f2 commit 66ea2aa

File tree

33 files changed

+18596
-16333
lines changed

33 files changed

+18596
-16333
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.2.1] - 2023-10-18
9+
10+
### Security
11+
- Fixed security vulnerabilities
12+
813
## [2.2.0] - 2023-09-21
914

1015
### Updated

source/lambda/firehose-text-proxy/package-lock.json

+1,206-1,033
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/lambda/firehose-text-proxy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firehose-text-proxy",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Lambda proxy to write to Firehose to generate Glue tables through S3",
55
"main": "index.js",
66
"scripts": {

source/lambda/ingestion-consumer/package-lock.json

+1,201-1,039
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/lambda/ingestion-consumer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ingestion-consumer",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "The consumer of the Kinesis stream to receive social media feed",
55
"main": "index.js",
66
"scripts": {

source/lambda/ingestion-producer/package-lock.json

+1,363-1,205
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/lambda/ingestion-producer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ingestion-producer",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "This function pulls data from the twitter stream and pushes it to Kinesis Stream.",
55
"main": "feed-producer.js",
66
"scripts": {

source/lambda/ingestion-publish-subreddit/package-lock.json

+1,220-1,086
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/lambda/ingestion-publish-subreddit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ingestion-publish-subreddit",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "This function publishes the events for subreddits to ingest information from",
55
"main": "index.js",
66
"scripts": {

source/lambda/integration/package-lock.json

+1,229-1,067
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/lambda/integration/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "integration",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Kinesis stream consumer",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)