Skip to content

Conversation

ABMC831
Copy link
Collaborator

@ABMC831 ABMC831 commented May 20, 2025

Release notes:

  • Event gate can send a copy to PostgresDB
  • due to formatting into relational format, topics incl schema are now hardcoded

closes #36

@ABMC831 ABMC831 self-assigned this May 20, 2025
_logger.debug("Initialized EVENTBRIDGE writer")

def write(topicName, message):
if not aws_eventbridge:
Copy link
Contributor

Choose a reason for hiding this comment

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

It should also skip on missing configuration (EVENT_BUS_ARN)

def write(topicName, message):
try:
if not POSTGRES["database"]:
_logger.debug("No Postgress - skipping")
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
_logger.debug("No Postgress - skipping")
_logger.debug("No Postgres - skipping")

@ABMC831 ABMC831 merged commit efd5105 into master May 21, 2025
1 check passed
@ABMC831 ABMC831 deleted the feature/#36-optionally-send-copy-to-jdbc branch May 21, 2025 10:44
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.

Optionally send copy to JDBC
2 participants