Alexandru Bese

Results 11 comments of Alexandru Bese

@pgrzesik I also have the same problem: ``` layers: MyCode: path: layers/mycode name: my-code-dependencies compatibleRuntimes: - nodejs14.x functions: my-func: handler: handler layers: - { Ref: MyCodeLambdaLayer } events: - http:.....

Hi @pgrzesik Sure thing, a test repo can be found here: https://github.com/alexandrubese/test-serverless-repo I also added a screen-recording in the root path that you can watch. (test-repo.mp4)

Is there any timeframe for fixing this? Its an open dependency for working with lambda layers which is a common used pattern : https://github.com/serverless/serverless-plugin-typescript/issues/240 Without this fix this plugin is...

Why is this not prioritised? Layers are a critical part for managing npm_modules and other 3rd party requirements our project need without bundling them inside the lambda layers - them...

Migrating to v3 version, without making sure dataloaders and everything works, so that people need to implement new libraries (check @superlevure comments above)

@dima-kov Use an older version of django-graphene where things work? Which might not be ideal because you’re basically just adding “legacy code” that you will need to update once they...

Guys, I am a bit confused about how DataLoaders should work with graphene-django 3. I've tried the approach from the documentation and I get a "Query.resolver coroutine was never awaited"....

@jonashaag are there any plans to fix the issue above? I understand from the last comment that its actually runnable in arm just something else needs to be done for...

I get this while trying to install on my M3 Pro ``` collecting bjoern Using cached bjoern-3.2.2.tar.gz (45 kB) Installing build dependencies ... done Getting requirements to build wheel ......