AI AGENT ADDONS

Aws Sdk Swift Usage

aws/agent-toolkit-for-aws
Backend & APIs
2,063installs

This skill helps you write Swift code that talks to AWS services. You will learn the right way to create clients like S3Client and DynamoDBClient. Always use the newer struct-based config types instead of the old deprecated classes.

All operations are async so you need an async main entry point. You can set a region, custom credentials, and even a custom endpoint. The skill shows you the correct parameter order and how to use credential resolvers like StaticAWSCredentialIdentityResolver.

This guide is great for Swift developers who build apps that use AWS. It saves you time by showing working patterns and avoiding common mistakes.

Add Aws Sdk Swift Usage skill to your workflow

Global

mkdir -p ~/.claude/skills/aws-sdk-swift-usage

Project

mkdir -p .claude/skills/aws-sdk-swift-usage

Source Repository

Stars
1,530
Forks
128
Watchers
1,530
License
Apache-2.0
Last Push
1 month ago
Created
3 months ago