AWS Lambda Powertools Documentation Search

AWS Lambda Powertools Documentation Search

aws-powertools

Search and retrieve AWS Lambda Powertools documentation across multiple runtimes locally. Helps AI agents quickly find toolkit information and examples.

41333 views14Local (stdio)

What it does

  • Search Powertools documentation by keywords
  • Fetch complete documentation pages as markdown
  • Browse examples across multiple AWS Lambda runtimes
  • Cache documentation content locally

Best for

Serverless developers using AWS LambdaLearning Powertools best practicesBuilding AI agents that need AWS documentation context
Local search with cachingMulti-runtime supportNo API key needed

Tools (2)

search_docs

Search Powertools for AWS Lambda documentation to learn about Serverless best practices. Try searching for features like 'Logger', 'Tracer', 'Metrics', 'Idempotency', 'batchProcessor', event handler, etc. Powertools is available for the following runtimes: python, typescript, java, dotnet. When searching, always specify the version of Powertools you are interested in, if unsure, try to read it from the workspace configuration, otherwise use "latest".

fetch_doc_page

Fetches the content of a Powertools documentation page and returns it as markdown.Use this after finding relevant pages with search_docs to get detailed information.

Alternatives