Rusoto codegen

Code generation crate for Rusoto.

Parts

Instructions

Updating git submodule

After a fresh clone of the rusoto repo:

bash cd rusoto git submodule init git submodule update

Or: git clone --recursive git@github.com:rusoto/rusoto.git

Using codegen

Codegen is called by the parent Rusoto crate. Refer to Rusoto documentation on building the project.