Skip to content

Implement Amazon Bedrock AI adapter#280

Merged
ralyodio merged 1 commit into
profullstack:masterfrom
op-simoneromeo:codex/amazon-bedrock-converse-adapter
May 20, 2026
Merged

Implement Amazon Bedrock AI adapter#280
ralyodio merged 1 commit into
profullstack:masterfrom
op-simoneromeo:codex/amazon-bedrock-converse-adapter

Conversation

@op-simoneromeo
Copy link
Copy Markdown
Contributor

Summary

  • replace the Amazon Bedrock AI stub with a signed Bedrock Runtime Converse adapter
  • add AWS SigV4 request signing, region/base URL config, optional session-token support, and setup prompts for access key + secret key
  • map Converse text output and usage tokens back into the sh1pt AI result shape

Validation

  • pnpm vitest run packages/ai/amazon-bedrock/src/index.test.ts
  • pnpm --filter @profullstack/sh1pt-ai-amazon-bedrock typecheck
  • pnpm --filter @profullstack/sh1pt-ai-amazon-bedrock build
  • git diff --check
  • secret-pattern scan over packages/ai/amazon-bedrock/src returned no matches

Docs

No real AWS credentials or other secrets are included; tests use placeholder AWS documentation-style values only.

@github-actions
Copy link
Copy Markdown

🤖 Auto-rebase: The branch was rebased successfully locally but could not be pushed to the fork. Please enable 'Allow edits from maintainers' in the PR settings, or rebase manually: git fetch upstream master && git rebase upstream/master.

4 similar comments
@github-actions
Copy link
Copy Markdown

🤖 Auto-rebase: The branch was rebased successfully locally but could not be pushed to the fork. Please enable 'Allow edits from maintainers' in the PR settings, or rebase manually: git fetch upstream master && git rebase upstream/master.

@github-actions
Copy link
Copy Markdown

🤖 Auto-rebase: The branch was rebased successfully locally but could not be pushed to the fork. Please enable 'Allow edits from maintainers' in the PR settings, or rebase manually: git fetch upstream master && git rebase upstream/master.

@github-actions
Copy link
Copy Markdown

🤖 Auto-rebase: The branch was rebased successfully locally but could not be pushed to the fork. Please enable 'Allow edits from maintainers' in the PR settings, or rebase manually: git fetch upstream master && git rebase upstream/master.

@github-actions
Copy link
Copy Markdown

🤖 Auto-rebase: The branch was rebased successfully locally but could not be pushed to the fork. Please enable 'Allow edits from maintainers' in the PR settings, or rebase manually: git fetch upstream master && git rebase upstream/master.

@ralyodio ralyodio merged commit 1840783 into profullstack:master May 20, 2026
4 checks passed
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