New serverless pattern - s3-opensearch-serverless-osis-sam#3225
Open
sudhansuamz wants to merge 2 commits into
Open
New serverless pattern - s3-opensearch-serverless-osis-sam#3225sudhansuamz wants to merge 2 commits into
sudhansuamz wants to merge 2 commits into
Conversation
… ingest JSON objects from Amazon S3 into Amazon OpenSearch Serverless using an OpenSearch Ingestion (OSIS) pipeline with an S3 source (S3 -> SQS -> OSIS -> OpenSearch Serverless). Includes SAM template, README, example-pattern.json, architecture diagram, and a sample JSON Lines file for testing. Deployed and verified end-to-end in a sandbox account.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new serverless pattern: Amazon S3 to Amazon OpenSearch Serverless using an Amazon OpenSearch Ingestion (OSIS) pipeline with an S3 source.
Flow: S3 (source bucket) -> S3 event notification -> SQS -> OSIS pipeline (newline codec + parse_json) -> OpenSearch Serverless collection, with a separate S3 DLQ bucket and CloudWatch audit logs.
Testing: deployed end-to-end in a sandbox account and verified that uploaded JSON Lines documents are indexed into the collection (queried via the OpenSearch Serverless endpoint). Stack then torn down.