FLUTTER ECOSYSTEM

agilord/aws_client

Dart 中的 Amazon Web Services (AWS) 高级 API

aws_client 项目封面
Stars
244
Forks
114
最近推送(UTC)
2026年8月10日
项目状态
未归档
Agilord, LLC GitHub avatar
GITHUB Organization

Agilord, LLC ↗

语言DartSmithyShell

此仓库发布的插件

使用的依赖

依赖清单 1 项

原始 README

以下为英文项目原文快照,最新内容请访问 GitHub。

展开 / 收起项目 README

High-level APIs for Amazon Web Services (AWS) in Dart

This repository contains a single Dart package, aws_client, which bundles auto-generated clients for all supported AWS APIs together with the shared runtime, DynamoDB document client and credential providers.

  • aws_client — the published package with all AWS API clients
  • Code generator — generates aws_client from the AWS SDK for JavaScript API models

Development

Generate the APIs

Generated sources are checked into the repository. To regenerate them, run the following command with the working directory set to the generator folder:

dart bin/generate.dart generate

This downloads the JSON API definitions (if needed) and regenerates the aws_client package and its protocol conformance test suite. See the generator README for more options.

TODO

  • Implement EC2 protocol