Skip to content

Releases: rpinheiroalmeida/aws-event-stream

Publishing all the message in the SNS provider

04 May 01:14
Compare
Choose a tag to compare

This version will publish all the payload message in the SNS's provider.

Removing loadsh dependency

11 Feb 13:42
Compare
Choose a tag to compare

This package is removing lodash as a dependency.

Vulnerabilities fixies

24 Jan 15:12
Compare
Choose a tag to compare

Fixing vulnerabilities from dependencies:

  • codebase
  • strykemutator

Fixing vulnerabilities issues

15 Oct 21:26
Compare
Choose a tag to compare

Fixing some vulnerabilities issues due to jest.

Fixing ttl usage

15 Oct 20:35
bf42d15
Compare
Choose a tag to compare

The TTL setting in the Dynamodb was using milliseconds while the correct is in secods. This release fix this problem.

Adding parameters related to SNSPublisher

31 May 19:59
fe8073c
Compare
Choose a tag to compare

Now is possible to pass the following parameters as snsOptions to the SNSPublisher:

maxRetries: The maximum amount of retries to perform for a service request. (Link to documentation)

httpOptions: A set of options to pass to the low-level HTTP request, supporting proxy, agent, connectTimeout, timeout, xhrAsync and xhrWithCredentials. (Link to documentation)

Adding parameters related to Dynamodb

16 Apr 16:59
abf5445
Compare
Choose a tag to compare

Now is possible to pass the following parameters as config to the DynamodbProvider:

  • maxRetries: The maximum amount of retries to perform for a service request. (Link to documentation)
  • httpOptions: A set of options to pass to the low-level HTTP request, supporting proxy, agent, connectTimeout, timeout, xhrAsync and xhrWithCredentials. (Link to documentation)

aws-sdk development dependency

03 Mar 15:17
Compare
Choose a tag to compare

In this version there the dependency aws-sdk has been changing to a development dependency.

Method loadFromHistory

25 Jan 21:58
Compare
Choose a tag to compare

Changes:

  • Adding a new method, loadFromHistory responsible to load all events in one unique object.

  • Saving eventType as a column in DynamoDB provider.

Fixing vulnerabilities issues

14 Jan 13:28
Compare
Choose a tag to compare
1.0.17

Fixing vulnerabilities