Skip to content

Update documentation to reflect the correct runtime selection for Amazon Linux 2023#238

Merged
shogo82148 merged 1 commit into
mainfrom
update-document
Jul 18, 2026
Merged

Update documentation to reflect the correct runtime selection for Amazon Linux 2023#238
shogo82148 merged 1 commit into
mainfrom
update-document

Conversation

@shogo82148

@shogo82148 shogo82148 commented Jul 18, 2026

Copy link
Copy Markdown
Owner

Summary by CodeRabbit

  • Documentation
    • Updated Lambda setup instructions to recommend selecting “Provide your own bootstrap on Amazon Linux 2023” instead of the Amazon Linux 2 option.

@coderabbitai

coderabbitai Bot commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

Updated 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.

Changes

Lambda runtime documentation

Layer / File(s) Summary
Update runtime selection guidance
lib/AWS/Lambda.pm
The documented Runtime dropdown option changed from the Amazon Linux 2 bootstrap to the Amazon Linux 2023 bootstrap.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the documentation update for the Amazon Linux 2023 Lambda runtime selection.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch update-document

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 98fa5d6c-76f2-44cd-9f15-dee0350b3582

📥 Commits

Reviewing files that changed from the base of the PR and between 203c0fa and da00799.

📒 Files selected for processing (1)
  • lib/AWS/Lambda.pm

Comment thread lib/AWS/Lambda.pm
=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>.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 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.

@shogo82148
shogo82148 merged commit 2b12b9f into main Jul 18, 2026
41 checks passed
@shogo82148
shogo82148 deleted the update-document branch July 18, 2026 14:26
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