ymentha14
Results
2
comments of
ymentha14
Hey @ykethan , the original intent was to try and bypass the deployment size limit (cf [serverless-layers#51](https://github.com/agutoli/serverless-layers/issues/51)) which was suddenly preventing me from pushing. As a temporary fix I duplicated...
Building up on @kyarosh answer, what worked for me is the following: ``` json "sam": { "localArguments": ["--container-env-vars", "${fileDirname}/env.json"] } ``` Although the env variable are not formatted in an...