@cumulus/discover-granules
Advanced tools
Changelog
[v1.1.4] - 2018-03-15
useList
to parse-pdr [CUMULUS-404]Changelog
[v1.1.3] - 2018-03-14
Changelog
[v1.1.2] - 2018-03-14
yarn e2e
command is available for end to end testing@cumulus/deployment
deploys DynamoDB streams for the Collections, Providers and Rules tables as well as a new lambda function called dbIndexer
. The dbIndexer
lambda has an event source mapping which listens to each of the DynamoDB streams. The dbIndexer lambda receives events referencing operations on the DynamoDB table and updates the elasticsearch cluster accordingly.@cumulus/api
endpoints for collections, providers and rules only query DynamoDB, with the exception of LIST endpoints and the collections' GET endpoint.kes.override.js
of @cumulus/deployment to multiple modules and moved to a new locationgetLambdaOutput
to return the entire lambda output. Previously getLambdaOutput
returned only the payload.Changelog
[v1.1.1] - 2018-03-08
Changelog
[v1.1.0] - 2018-03-05
jlog
function to common/test-utils
to aid in test debugginguseList
flag [CUMULUS-334] by @kkelly51queue-pdrs
task now uses the cumulus-message-adapter-js
libraryqueue-pdrs
JSON schemasqueue-granules
task now uses the cumulus-message-adapter-js
libraryqueue-granules
JSON schemasgetSfnExecutionByName
function from common/aws
getGranuleStatus
function from common/aws
Changelog
[v1.0.1] - 2018-02-27