Alfonso Pérez

Results 11 comments of Alfonso Pérez

Hi, thanks for using SCAR!, I have a some questions about your issue. From the issue, I understand that you want to be able to define the content-type metadata of...

I think we can include in the function payload a json file with some `regex : type` format like `{".*\.png" : "image/png", ".*\.txt" : "text/plain"}` and then check if the...

Ok, I can do that, no problem. In return I would like to know (if you don't mind) what is your use case. This project is a part of my...

From the [limitations section](https://github.com/dex4er/fakechroot/blob/master/man/fakechroot.pod#limitations) of the fackechroot manpage: - Every command executed within fakechroot needs to be linked to the same version of the dynamic linker from real environment. If...

Info from executing `/lib64/libc.so.6` in the amazon lambda environment: ``` GNU C Library (GNU libc) stable release version 2.17, by Roland McGrath et al. Copyright (C) 2012 Free Software Foundation,...

Hi, thanks for using scar ! We are working in a new function definition language and we are currently updating scar and all the related libraries. The error that you...

Hi, for large responses we always use an S3 bucket to store the output. The scripts that we use in our different examples are in charge of creating/moving the output...

Hi, unfortunately SCAR doesn't allow to launch a lambda function from another lambda function (although we are working on it). Another way to do what you want with SCAR would...

Hi, in PR #220 I added a parameter that allows to communicate two lambda functions. Now, inside the container you have an environment variable called 'LAMBDA_OUTPUT_FILE' that points to a...

I've created a new issue #292 regarding the last part of your message.