Bertrandmc

Results 3 comments of Bertrandmc

I fixed this issue adding `DependsOn:` on the lambdas: ``` DependsOn: - SomeSQS - SomeBucket ``` CloudFormation logs will complain `unrecognized property 'DependsOn'` but this seems to help localstack.

Same for me, the documentation unfortunately is very ambiguous. I've been trying to make this work with the following setup: Docker-compose with two services: 1. app: This is a serverless...

I had to deal with this issue today, turns out I was passing the incorrect attribute when configuring the S3 service, `forcePathStyle: true` is for SDK 3, make sure you...