Skip to content

Create CCSDSPy Config#14

Merged
Alrobbertz merged 1 commit into
swxsoc:mainfrom
Alrobbertz:ccsdspy-config
Jun 30, 2026
Merged

Create CCSDSPy Config#14
Alrobbertz merged 1 commit into
swxsoc:mainfrom
Alrobbertz:ccsdspy-config

Conversation

@Alrobbertz

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings June 30, 2026 14:07

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR introduces a “baked-in” configuration mechanism for upstream Python packages (starting with ccsdspy) so their import-time initialization behaves correctly in the AWS Lambda container environment (read-only filesystem, only /tmp writable).

Changes:

  • Added src/config/ documentation describing the baked-config convention and Lambda filesystem constraints.
  • Added a baked ccsdspy config.yml intended to disable file logging at import time.
  • Wired the baked config into the image by setting ccsdspy_CONFIGDIR in lambda_function/Dockerfile.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
lambda_function/src/config/README.md Documents the baked config convention, Lambda filesystem constraints, and the ccsdspy worked example.
lambda_function/src/config/ccsdspy/config.yml Adds the baked ccsdspy YAML configuration used at import time.
lambda_function/Dockerfile Sets ccsdspy_CONFIGDIR so ccsdspy picks up the baked config from the image.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread lambda_function/src/config/README.md
Comment thread lambda_function/src/config/README.md
Comment thread lambda_function/src/config/ccsdspy/config.yml
@codecov

codecov Bot commented Jun 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@5b474e5). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #14   +/-   ##
=======================================
  Coverage        ?   51.79%           
=======================================
  Files           ?        2           
  Lines           ?      195           
  Branches        ?        0           
=======================================
  Hits            ?      101           
  Misses          ?       94           
  Partials        ?        0           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Alrobbertz Alrobbertz merged commit 0712f62 into swxsoc:main Jun 30, 2026
5 of 6 checks passed
@Alrobbertz Alrobbertz deleted the ccsdspy-config branch June 30, 2026 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants