-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I send an input(for ex a json input) to my script that is running in the container in aws lambda? #359
Comments
Hi @swarnim-cn, To store results you can create a new file in the I hope I've been helpful. I would appreciate if you could provide me some information about the use case you want to run with SCAR, as this project is part of my doctoral thesis and I need to collect information about its usage. Regards. |
Hi @srisco I have mailed you regarding this on your @i3m.upv.es email id. Kindly check Regards |
@srisco using the -jd flag -> In this, the 'body' is not in json format hence it's giving me an error while executing the lambda function. Using the -p flag -> |
I can see that we can send an input "file" either through S3 or using the
-db
flag but I am not sure how to send an input like a json object to the script file. Is there any example using this?The text was updated successfully, but these errors were encountered: