In order to generate the SDK from scratch, run the generate.dart file, while the working directory is generator/.
dart bin/generate.dart generateThis will download the JSON definitions automatically, if needed, from Github at
https://api.github.com/repos/aws/aws-sdk-js/zipball/<version>
, then generate all the services.
The version is specified in the config file as awsSdkJsReference.
To force the download, add the --download argument:
dart bin/generate.dart generate --downloadIf you just want to download the definitions, then run:
dart bin/generate.dart download