aws_swf_api 0.1.1
aws_swf_api: ^0.1.1 copied to clipboard
AWS API client for Amazon Simple Workflow Service (generated from SDK API specification).
example/README.md
import 'package:aws_swf_api/swf-2012-01-25.dart';
void main() {
final service = SWF(region: 'eu-west-1');
// See documentation on how to use SWF
}