John Ottenlips Franke

Results 23 comments of John Ottenlips Franke

> > import pymysql > > pymysql.install_as_MySQLdb() > > pymysql.version_info = (1, 3, 13, 'final', 0) > > this one worked for me. > > Django==2.0.0 Zappa==0.48.2 > > Python...

I can add these changes if you need contributors, this has bitten us a few times where a dev will pass Django objects, see that it is working locally, and...

Happy to customize further or open a PR to change it over. Also, does anyone know how to get into the Zappa slack?

As far as I can tell you have to make your own layer and add the arn to the layers array "layers": ["arn:aws:lambda:::layer::"] I was looking into this for our...

Could we use APIGateway's websocket api?

https://docs.aws.amazon.com/lambda/latest/dg/services-apigateway.html

Websockets are supported by Serverless I wonder if we could make a similar setup here.

https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/lambda.html#Lambda.Client.create_function_url_config This would be much nicer than the default URLs currently in place, happy to help.

Currently experiencing this with enums, which are ALL_CAPS. The same request works fine with GraphiQL.