Claude Skill

AWS SDK Method Resolver

Resolves AWS SDK v3 client commands and service endpoint signatures using @aws-sdk/client-* packages. Maps IAM permission requirements to specific API calls with request/response type definitions.

LLM Mart · 0 points · 0 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download agentskillexchange-skills-skills_aws-sdk-method-resolver-07beb56.zip · 1 KB
Part of agentskillexchange/skills — 249 skills

Install

skills CLI npx skills add https://github.com/agentskillexchange/skills/tree/main/skills/aws-sdk-method-resolver
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install agentskillexchange-skills@llmmart
Git git clone https://github.com/agentskillexchange/skills.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole agentskillexchange/skills collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

AWS SDK Method Resolver

Resolves AWS SDK v3 client commands and service endpoint signatures using @aws-sdk/client-* packages. Maps IAM permission requirements to specific API calls with request/response type definitions.

Installation

Use the upstream install or setup path that matches your environment:

  • Let’s walk through setting up a project that depends on DynamoDB from the SDK and makes a simple service call. The following steps use yarn as an example. These steps assume you have Node.js and yarn already installed.
  • git clone https://github.com/aws/aws-sdk-js-v3.git
  • yarn && yarn test:all
  • yarn pack .

Requirements and caveats from upstream:

Basic usage or getting-started notes:

Source

Files (skills)
  • SKILL.md 2 KB
    ---
    name: "AWS SDK Method Resolver"
    slug: "aws-sdk-method-resolver"
    description: "Resolves AWS SDK v3 client commands and service endpoint signatures using @aws-sdk/client-* packages. Maps IAM permission requirements to specific API calls with request/response type definitions."
    github_stars: 3607
    verification: "security_reviewed"
    source: "https://github.com/aws/aws-sdk-js-v3"
    category: "Library & API Reference"
    framework: "Claude Code"
    tool_ecosystem:
      github_repo: "aws/aws-sdk-js-v3"
      github_stars: 3607
    ---
    
    # AWS SDK Method Resolver
    
    Resolves AWS SDK v3 client commands and service endpoint signatures using @aws-sdk/client-* packages. Maps IAM permission requirements to specific API calls with request/response type definitions.
    
    ## Installation
    
    Use the upstream install or setup path that matches your environment:
    - Let’s walk through setting up a project that depends on DynamoDB from the SDK and makes a simple service call. The following steps use yarn as an example. These steps assume you have Node.js and yarn already installed.
    - git clone https://github.com/aws/aws-sdk-js-v3.git
    - yarn && yarn test:all
    - yarn pack .
    
    Requirements and caveats from upstream:
    - To test your universal JavaScript code in Node.js, browser and react-native environments,
    - [Node.js and ECMAScript Version Support Policy](#nodejs-and-ecmascript-version-support-policy)
    - Create a new Node.js project.
    
    Basic usage or getting-started notes:
    - [Getting Started](#getting-started)
    - Inside of the project, run: yarn add @aws-sdk/client-dynamodb. Adding packages results in update in lock file, [yarn.lock](https://yarnpkg.com/getting-started/qa/#should-lockfiles-be-committed-to-the-repository) or [p...
    - Create a new file called index.js, create a DynamoDB service client and send a request.
    
    - Source: https://github.com/aws/aws-sdk-js-v3
    - Extracted from upstream docs: https://raw.githubusercontent.com/aws/aws-sdk-js-v3/HEAD/README.md
    
    ## Source
    
    - [Agent Skill Exchange](https://agentskillexchange.com/skills/aws-sdk-method-resolver/)
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related