FLUTTER ECOSYSTEM

agilord/aws_client

Dart における Amazon Web Services (AWS) の高レベル API

aws_client のプロジェクト画像
Stars
244
Forks
114
最終プッシュ(UTC)
2026/08/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