Mark Haley

Results 5 issues of Mark Haley

I imported the gradle/kotlin-querydsl project into intellij but cannot get any of the Q classes to generate. Executing `./gradlew build` on the command line will generate these files. Any reason...

#### Is your feature request related to a problem? Please describe. We are considering using an upstream project datahub. Our team is an AWS shop, and would like to take...

**Provider Version** ``` terraform { required_providers { snowflake = { source = "chanzuckerberg/snowflake" version = "0.18.0" } } } ``` **Terraform Version** ``` terraform --version Terraform v0.13.5 ``` **Describe the...

bug

Hello, I set up a very simple lambda to proxy requests from s3. It uses the aws serverless express library to setup a basic express app, and then I leverage...

In some cases it would be beneficial to redirect users to an s3 presigned URL to get content vs streaming said content through the application itself. As described here https://github.com/gmoon/s3proxy/issues/24,...