Brian Buechler

Results 5 comments of Brian Buechler

A little bit of follow up. I've been working with this a bunch. I was getting the `'NoneType' object is not subscriptable` error because the Dynamic Frame wasn't getting any...

@dacort No worries, I understand the loss of traction. This was an awesome project to help me to learn a bunch of the mechanics of Glue and PySpark, something I...

One final note for anyone following in my footsteps. The `input_file_name()` [function does not work](https://stackoverflow.com/a/60206800/21674565) if [file grouping](https://docs.aws.amazon.com/en_en/glue/latest/dg/grouping-input-files.html) is used for processing efficiency. File grouping is automatically enabled when processing...

Came looking for the same answer, thought mine was broken because my password contained `[]`. The answer to my problem was in https://github.com/dimitri/pgloader/issues/1197 --> instead of passing the password as...

> `{proxy+}` concept is documented [here](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-set-up-simple-proxy.html#lambda-proxy-integration-with-proxy-resource). It is a concept valid for projects using AWS API gateway lambda integration, like chalice. Right, I wasn't challenging the concept as it exists...