Skip to content

feat: add OpenSearch Service support with Docker-backed domains#1

Open
alecsammon wants to merge 1 commit intomainfrom
feat/opensearch-support
Open

feat: add OpenSearch Service support with Docker-backed domains#1
alecsammon wants to merge 1 commit intomainfrom
feat/opensearch-support

Conversation

@alecsammon
Copy link
Copy Markdown

Implements AWS OpenSearch Service management API following the same container-based pattern as ElastiCache and RDS. Each domain spins up an opensearchproject/opensearch Docker container in single-node mode.

Supported operations: CreateDomain, DeleteDomain, DescribeDomain, DescribeDomains, ListDomainNames, DescribeDomainConfig, AddTags, RemoveTags, ListTags.

Summary

Type of change

  • Bug fix (fix:)
  • New feature (feat:)
  • Breaking change (feat!: or fix!:)
  • Docs / chore

AWS Compatibility

Checklist

  • ./mvnw test passes locally
  • New or updated integration test added
  • Commit messages follow Conventional Commits

Implements AWS OpenSearch Service management API following the same
container-based pattern as ElastiCache and RDS. Each domain spins up
an opensearchproject/opensearch Docker container in single-node mode.

Supported operations: CreateDomain, DeleteDomain, DescribeDomain,
DescribeDomains, ListDomainNames, DescribeDomainConfig, AddTags,
RemoveTags, ListTags.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@alecsammon alecsammon force-pushed the feat/opensearch-support branch from 06b5afe to 41abe54 Compare March 26, 2026 15:19
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.

1 participant