aws-beam / aws-codegen

Code generator for AWS clients in Erlang and Elixir.
Other
53 stars 49 forks source link

Generate tests using smoke.json when available #21

Open jfacorro opened 4 years ago

jfacorro commented 4 years ago

The specification for the AWS APIs sometimes provides a smoke.json file with the details on what operation/action can be used to smoke test the client.

This is used by aws-sdk-go as well (see here). For example these are the generated smoke tests for S3 which come from this smoke.json.