Skip to content

docs: document bedrock batch inference workflow in README - #17

Merged
xnoto merged 1 commit into
mainfrom
docs/bedrock-batch-readme
Aug 26, 2026
Merged

docs: document bedrock batch inference workflow in README#17
xnoto merged 1 commit into
mainfrom
docs/bedrock-batch-readme

Conversation

@xnoto

Copy link
Copy Markdown
Contributor

Summary

Documents the end-to-end Bedrock batch inference workflow in README.md:

  • Input JSONL format (recordId + modelInput) and the 100-record minimum (learned from the failed 1-record probe)
  • Upload, job submission with the service role ARN from state, monitoring, result collection
  • Cost Explorer verification (Batch usage type at 50% of Standard)
  • Constraints: one model per job, account-invocable models only, interactive sessions stay on-demand

The section is added to the .terraform-docs.ymltemplate (after the END_TF_DOCS marker) rather than hand-editing the README, because mode: replace wipes hand-edits on regeneration.

Verified against the live deployment: 100-record probe job on us.anthropic.claude-opus-4-6-v1 completed with outputs + manifest in s3://mitw-bedrock-batch/output/.

Validation

  • make test — all canonical pre-commit hooks pass; README regenerated deterministically from the template

Add the end-to-end batch workflow (input JSONL format and 100-record
minimum, upload, job submission with the service role ARN, monitoring,
result collection, and Cost Explorer verification) to the terraform-docs
template so it survives README regeneration. Verified against the live
deployment with a 100-record probe job on Opus 4.6.
@xnoto
xnoto requested a review from a team as a code ownerAugust 26, 2026 00:08
@github-actions

Copy link
Copy Markdown

OpenTofu Plan

No changes. Your infrastructure matches the configuration.
OpenTofu has compared your real infrastructure against your configuration and

@xnoto
xnoto merged commit a207bed into mainAug 26, 2026
4 checks passed
@xnoto
xnoto deleted the docs/bedrock-batch-readme branch August 26, 2026 00:15
Sign up for freeto 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

@xnoto