opensearch-project / opensearch-project/data-prepper

Support SNS HTTPS as a Source

Open
#1,083 1 comment 0 reactions 1 assignee View on GitHub

@sb2k16 is already working on this.

Since Oct 4, 2024.

enhancement plugin - source
Dominant language
Java
Stars
374
Forks
355
Avg merge
3d 18h
Merged PRs (30d)
8

Description

Provide an SNS Source which can subscribe to an SNS topic (or use an existing subscription) to receive SNS notifications over HTTP/S.

This will be similar to the existing HTTP source plugin. However, it should also support auto confirmation of subscription requests. When an expected topic names a request, visit the SubscribeURL per the SNS protocol.

This can support auto-subscription either by a list of topics or using a topic name pattern.

Provide two options for topic auto-confirmation:

  • topics - A list of topics to auto-confirm
  • topics_regex - A list of regex patterns. Any topic matching will auto-confirm.

Provide configuration options just like http source:

  • port
  • path
  • request_timeout
  • thread_count
  • max_connection_count
  • max_pending_requests
  • ssl
  • ssl_certificate_file
  • ssl_key_file
  • use_acm_certificate_for_ssl
  • acm_certificate_arn
  • acm_private_key_password
  • acm_certificate_timeout_millis
  • aws_region

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.