Erik Ammerlaan

Results 6 comments of Erik Ammerlaan

Somehow the build doesn't work with hhvm-nightly (something with Composer?), but it works on the stable hhvm.

I would love if this feature made it in!

For me it works if I specify it like this. (Using your example) ```yml serverless-offline-sns: port: 9324 debug: true subscriptions: - topic: topicName: ${self:provider.environment.INGRESS_EVENT_TOPIC_NAME} rawMessageDelivery: 'true' queue: http://localhost:9324/queue/my-events ``` Note...

I'm also facing this issue. We encounter it while using the [Jenkins Docker plugin](https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin).

@amiceli Could this issue be re-opened? I'm facing exactly the same problem, trying to use it in a ESM project (nodejs 22). Getting `Error [ERR_MODULE_NOT_FOUND]` I tried to fix it...

I uploaded a minimal example that fails to run on my machine: https://github.com/erik-am/test-project Terminal output: