Tim Co

Results 5 issues of Tim Co

### Describe your idea/feature/enhancement Provide a clear description. Ex. I wish SAM CLI would [...] I wish SAM CLI would utilize pyproject.toml for requirements. Subsequently, this would use additional package...

area/installation
area/build
maintainer/need-followup

This issue is two part but related: - What is the best practice way to upload files as parameters, in this case the p8 file for an APNSChannel? Parameter types...

enhancement

For AppSync GUI and AWS Amplify JS clients we are getting this error in **ten** seconds, where I've read it is defaulted to 30 seconds. ``` "CustomTemplateException(message=execution timed out, errorType=Http:ExecutionTimeoutException,...

enhancement

I am trying to deploy a combination of tf.contrib.slim nets including multiple inception_resnet_v1.conv2d and fully_connected that contain an op called Merge. The operation from the model looks like so `InceptionResnetV1/Conv2d_1a_3x3/BatchNorm/cond/Merge`...

Is there an ability use the `support` decorator on a method from a different Flask Restful resource? i.e. ``` class Health(Resource): @accept_fallback def get(self): return {'success': True} class Health2(Resource): @Health.get.support('application/v2')...