content(what-is): rewrite the aws lambda list-functions with dynamic credentials guide#19272
content(what-is): rewrite the aws lambda list-functions with dynamic credentials guide#19272alexleventer wants to merge 1 commit into
Conversation
…credentials guide Rewrite for SEO and AEO: quotable opening, semantic chunking, numbered setup steps, IAM/scope/pagination table, --query and multi-region loop examples, common-errors table, FAQ targeting doubt-removers, and cross-links to Pulumi ESC and related guides. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Your site preview for commit f768404 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-19272-f768404f.s3-website.us-west-2.amazonaws.com |
Pre-merge Review — Last updated 2026-05-20T16:53:40ZTip Summary: Full rewrite of the what-is page for Review confidence:
Investigation log
🔍 Verification trail43 claims extracted · 24 verified · 6 unverifiable · 3 contradicted
🚨 Outstanding in this PRThese must be resolved or refuted before merging.
|
Summary
Rewrites
content/what-is/run-aws-lambda-list-functions-with-dynamic-credentials.mdfor SEO and AEO. The new version is ~210 tight lines focused on whataws lambda list-functionsreturns, the single IAM permission it needs, and the per-region pagination behavior that trips most users up.What changed
lambda:ListFunctions.lambda:ListFunctions.aws-loginYAML, confirm emptyaws configure list.--queryJMESPath filter for tabular output, manual pagination with--max-items, and a loop across every region viaaws ec2 describe-regions.ListFunctions20150331assumed-role event.AccessDeniedException,InvalidClientTokenId,ExpiredToken, emptyFunctions: [](region confusion),EndpointConnectionError,Unable to locate credentials./product/esc/, OIDC config docs, sibling run-aws pages, resolve-* error pages.meta_descto lead with the value prop (under 160 chars).Test plan
make serve; visit/what-is/run-aws-lambda-list-functions-with-dynamic-credentials/and confirm both tables, code blocks, and headings render correctly/product/esc/, OIDC docs, sibling run-aws pages, resolve-* pages)🤖 Generated with Claude Code