Erik Ammerlaan

Results 3 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...