Create a Lambda-to-DynamoDB IAM policy
Uses iam
- The DynamoDB table ARN or tables the Lambda function must access
- The DynamoDB operations the function requires, such as read-only or read/write access
Create an IAM policy for Lambda to access DynamoDB

This collection provides AI agents with the technical context needed to interact with core AWS services. It enables automation builders to integrate cloud management tasks—such as configuring API Gateway endpoints or managing EC2 instances—directly into AI workflows.
By structuring knowledge around specific services like Bedrock and CloudFormation, the repository helps agents handle infrastructure deployment, monitoring, and API orchestration with greater precision.
Follow the documented setup, then try a first task.
Installs: Installs the complete aws-agent-skills plugin bundle containing its 18 AWS service skills. · Claude Code
In a Claude Code agent session, add the repository as a plugin marketplace.
/plugin marketplace add itsmostafa/aws-agent-skills
In the same Claude Code agent session, install the plugin from the added marketplace.
/plugin install aws-agent-skills
Installs: Installs the complete aws-agent-skills plugin bundle containing its 18 AWS service skills directly from GitHub. · Claude Code
In a Claude Code agent session, install the plugin directly from its GitHub repository.
/plugin install https://github.com/itsmostafa/aws-agent-skills
Installs: Installs a local checkout of the complete aws-agent-skills plugin bundle containing its 18 AWS service skills. · Claude Code
In a Claude Code agent session, replace `./path/to/aws-agent-skills` with the path to the local aws-agent-skills checkout, while preserving the command form shown.
/plugin install ./path/to/aws-agent-skills
Installs: Installs the complete aws-agent-skills plugin bundle containing its 18 AWS service skills. · Codex CLI
In a terminal, add the aws-agent-skills marketplace to Codex CLI.
codex plugin marketplace add itsmostafa/aws-agent-skills
In a terminal, install the plugin from that marketplace.
codex plugin add aws-agent-skills@aws-agent-skills
In a terminal, verify that the plugin is listed in the aws-agent-skills marketplace.
codex plugin list -m aws-agent-skills
Uses iam
Create an IAM policy for Lambda to access DynamoDB
Uses lambda
Create a Python Lambda function triggered by S3
Uses cloudformation
Write a CloudFormation template for a serverless API