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