Filip Procházka
Filip Procházka
I plan to use the datepicker to validate the dates.
I'm pretty sure it wouldn't do anything catastrophic, as long as there are uncommited changes in the repository. I've just bulk replaced something and the IDE replaced it even in...
Well, yes I do, but I find it really paintfull. I tried something like that long ago, when I was using git submodules. It's annoying for so many reasons. I...
@hrach you'll get better error if you pass incorrect config options to the smtp, even without using the DIC extension. But good point.
I've solved it by using a custom docker image for lambda :shrug:
You can find all the required info here: https://docs.aws.amazon.com/lambda/latest/dg/nodejs-image.html my Dockerfile is derived from the AWS documentation: ```dockerfile ARG BUILD_IMAGE_BASE FROM ${BUILD_IMAGE_BASE} as builder RUN set -ex \ && yarn...