Thomas

Results 8 comments of Thomas
trafficstars

Any hotfix for now with v2.3.10 ?

Same issue with baseUrl. My absolute imports won't work. For now I'll switch to relative imports because it's a small project. But would be nice to have something more robust...

Oh I did the collection implementation. If anyone is interested, please reach me. It has some limitations and design decisions but it's doing the job of tracking add/remove just fine...

@whizzrd Here you go: https://gist.github.com/ThomasLabstep/bb138d8f36a22265729f76d565ed317c Feel free to tweak the implementation to fit your needs. This implementation mimics ext_log_entries objectClass/objectId but with parent/child fields and action ADD/REMOVE. You could probably...

> Cannot find module Show us the full log. It could just be the same error I got. My solution was simply to npm update and use the latest webpack...

Here's what I would try: - Remove resources in serverless.yml and create your queue using the command line - Use a .env config to inject the arn for your queue...

I think the short term solution if you really want the ARM upgrade to save money is to build the layers you need in ARM using docker buildx and create...

> it's impossible/hard to build multi-platform images I might say something really stupid but why are you trying to build a multi arch image for plugins? Why not just ask...