Skip to content

Releases: HERMES-SOC/sdc_aws_processing_lambda

v0.2.0

22 Mar 18:31
d4b854d
Compare
Choose a tag to compare

v0.2.0 (2023-03-22)

This release includes improvements in preparation for the upcoming second dataflow test. Since the last release, the improvements are as follows:

  • Abstracts the code and adds a config file so that the processing function could support different missions rather than just hermes if they provide a similar hermes_core and hermes_instrument python package API.
  • Changes how the process function 'processes' files by using the new process file API the hermes_instrument packages introduce.

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

05 Oct 21:56
Compare
Choose a tag to compare

v0.1.0 (2022-10-05)

This release follows the HERMES Ground System data flow test that took place on 2022-09-28. This first release of the SDC AWS Processing Lambda repo includes the following functionality

  • First iteration of the processing lambda function, written in Python.
  • The processing function "processes" the file up-to quick look (Mimics actually processing at this stage it was just for testing purposes for DFT1).
  • CI/CD Pipeline that tests and lints the code before deploying the function on AWS.
  • Logs object event to a timestream database.