Releases: rpinheiroalmeida/aws-event-stream
Publishing all the message in the SNS provider
This version will publish all the payload message in the SNS's provider.
Removing loadsh dependency
This package is removing lodash as a dependency.
Vulnerabilities fixies
Fixing vulnerabilities from dependencies:
- codebase
- strykemutator
Fixing vulnerabilities issues
Fixing some vulnerabilities issues due to jest.
Fixing ttl usage
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
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
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
In this version there the dependency aws-sdk has been changing to a development dependency.
Method loadFromHistory
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
1.0.17 Fixing vulnerabilities