Gleb

Results 8 issues of Gleb

According to [api docs](http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/AmazonWebServiceRequest.html#setSdkRequestTimeout-int-) InvokeRequest does support timeout. Recently made lambda that works quite long (yes, I want those 5 mins once per day), and gradle task failed because of...

My usecase is that I deploy lambda code with this plugin, and I would like to add trigger for invoking this lambda every 5 min. Looked into [AWS docs ](http://docs.aws.amazon.com/AmazonCloudWatch/latest/events/RunLambdaSchedule.html)-...

enhancement

Hello, I can understand that development of this awesome plugin goes slow because of lack of resources, so this issue will be here just as a placeholder for feature request....

enhancement

Fixed typo in variable name `resouce` -> `resource`

### Code of Conduct - [X] I agree to follow this project's Code of Conduct ### Is there an existing issue for this? - [X] I have searched the existing...

bug

### What happened? I got error while applying http://github.com/Yamashou/gqlgenc to my schemas. I discovered similar issue at that repo first (https://github.com/Yamashou/gqlgenc/issues/88) but traced error back to this parser. I debugged...

Can we have types for this package to be used with typescript app? thank you.

If `auth` section is empty in config file, instance of `Signer` is initialized with default field values: https://github.com/quay/clair/blob/v4.7.3/internal/httputil/signer.go#L29 Later e.g. in `report` command processing if configuration is used, method `Add`...