Update documentation to reflect the correct runtime selection for Amazon Linux 2023#238
Conversation
📝 WalkthroughWalkthroughUpdated the AWS Lambda module documentation to instruct users to select “Provide your own bootstrap on Amazon Linux 2023” when configuring pre-built public Lambda layers. ChangesLambda runtime documentation
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@lib/AWS/Lambda.pm`:
- Line 133: Update the README runtime instruction to match the Lambda POD:
replace “Provide your own bootstrap on Amazon Linux 2” with “Provide your own
bootstrap on Amazon Linux 2023,” while leaving the surrounding setup
instructions unchanged.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| =item 3 | ||
|
|
||
| For the "Runtime" selection, select B<Provide your own bootstrap on Amazon Linux 2>. | ||
| For the "Runtime" selection, select B<Provide your own bootstrap on Amazon Linux 2023>. |
There was a problem hiding this comment.
🎯 Functional Correctness | 🟠 Major | ⚡ Quick win
Update the README runtime instruction too.
README.md:48 still tells users to select “Provide your own bootstrap on Amazon Linux 2”, while this POD now correctly targets Amazon Linux 2023. Keeping both instructions will lead users following the README to configure the wrong runtime for the documented AL2023 layers.
Proposed README fix
-3. For the "Runtime" selection, select **Provide your own bootstrap on Amazon Linux 2**.
+3. For the "Runtime" selection, select **Provide your own bootstrap on Amazon Linux 2023**.🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@lib/AWS/Lambda.pm` at line 133, Update the README runtime instruction to
match the Lambda POD: replace “Provide your own bootstrap on Amazon Linux 2”
with “Provide your own bootstrap on Amazon Linux 2023,” while leaving the
surrounding setup instructions unchanged.
Summary by CodeRabbit