Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/AWS/Lambda.pm
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Create a new function and give it a name and an IAM Role.

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


=item 4

Expand Down
Loading