FLUTTER ECOSYSTEM

agilord/aws_client

Dart에서의 아마존 웹 서비스(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