Added preliminary CreateComputeEnvironment

This commit is contained in:
Terry Cain 2017-09-26 22:22:59 +01:00
commit 56e4300ad4
No known key found for this signature in database
GPG key ID: 14D90844E4E9B9F3
7 changed files with 302 additions and 16 deletions

View file

@ -6,5 +6,5 @@ url_bases = [
]
url_paths = {
'{0}/$': BatchResponse.dispatch,
'{0}/v1/createcomputeenvironment': BatchResponse.dispatch,
}