Finialised create compute environment + describe environments

This commit is contained in:
Terry Cain 2017-09-29 23:29:36 +01:00
commit f95d72c37c
No known key found for this signature in database
GPG key ID: 14D90844E4E9B9F3
4 changed files with 237 additions and 27 deletions

View file

@ -7,4 +7,5 @@ url_bases = [
url_paths = {
'{0}/v1/createcomputeenvironment': BatchResponse.dispatch,
'{0}/v1/describecomputeenvironments': BatchResponse.dispatch,
}