Ricard Bejarano
Ricard Bejarano
@mbasso ping!
The zip archive preserves file permissions, so if you have a `644` permissions file, deflate it and inflate it back up, you get `644` permissions for that file. So to...
**AWS Lambda requires world-readable permissions on source files.** Try setting `-rwxr-xr-x` permissions to the to-be-zipped files and delete any previously generated zip archive. I've successfully used archive `v1.1.0` (current) with...
`source_file`: ```hcl data "archive_file" "hello" { type = "zip" source_file = "hello.py" output_path = "hello.zip" } resource "aws_lambda_function" "hello" { ... filename = "hello.zip" } ``` Haven't tested `source_dir` nor...
> I'm thinking they need world-readable on the zip as well. Probably. I guess we could PR the changes needed so that zipped output has the same permissions than the...
@haideralsh @da-edra at this moment, the `archive` provider does not support setting filemode or similar for deflated/inflated contents. ## Workaround Imagine I have a folder with source code on my...
Created #80. @matthewmueller @haideralsh @da-edra ^
I can confirm `--enable-endpoint-routes=true` fixed my issue, but I'd like to understand why. The hosts' route tables now contain pod-specific entries (instead of having a route that sends the node's...
Could not reproduce: ``` $ brew install ffmpeg ==> Downloading https://homebrew.bintray.com/bottles/ffmpeg-4.0.2.high_sierra.bottle.tar.gz ==> Downloading from https://akamai.bintray.com/55/5522a58020c3b5c68e5628818ee746822fe38747810c29b4a ######################################################################## 100.0% ==> Pouring ffmpeg-4.0.2.high_sierra.bottle.tar.gz 🍺 /usr/local/Cellar/ffmpeg/4.0.2: 246 files, 49.7MB ``` `brew` started connections using...