docs: document summary bucket output - #139
Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (2)
Included review availability: 1 review is currently available. Your included PR review attempts over the past 7 days set your current allowance at 2 reviews per hour. 📝 WalkthroughWalkthroughThe documentation now explains how to publish the generated summaries bucket name through CloudFormation, retrieve it from CDK outputs, configure ChangesSummary bucket configuration
Estimated code review effort: 1 (Trivial) | ~3 minutes Merge Risk: ⚪ Minimal · up to This PR only documents how to expose and consume the summary bucket name; it does not change product behavior or runtime permissions. No actionable merge-blocking risk remains after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (2 skipped: 2 unsupported.) ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Documents how an application can expose the CloudFormation-generated summary bucket name with a CfnOutput, write it to local JSON with cdk deploy --outputs-file, and load RAINLYTICS_SUMMARY_BUCKET without adding runtime CloudFormation permissions. It also records the retention, replacement, and rollback tradeoffs of summariesBucketName. The coverage stage of pnpm check fails in unchanged Yulin-backed tests: 701 tests pass and 81 fail across 9 files; formatting, lint, docs, FTA, build, package, and size checks pass.
Conventional commit message, used as the title
Conventional branch name, like feat/concise-description
Full check with pnpm run check passed
Rebased off latest main
User-facing behaviour is documented in docs/
Summary by CodeRabbit
RAINLYTICS_SUMMARY_BUCKET.s3:GetObjectand do not perform per-run CloudFormation lookups.summariesBucketNameoption, including replacement and retention behavior.