scar
scar copied to clipboard
Serverless Container-aware ARchitectures (e.g. Docker in AWS Lambda)
I've been using SCAR to batch process data from a [public bucket](https://docs.opendata.aws/noaa-nexrad/readme.html) that posts [SNS notifications](https://docs.opendata.aws/noaa-nexrad/readme.html#subscribing-to-nexrad-data-notifications) whenever new files are added Currently SCAR handles S3 events, but not SNS events....
Hello With EFS available in Lambda I want to use this storage I have setup EFS, and inside the lambda I can see it. To do this I just import...
My current existing projects create resources and functions using the Serverless Framework, which generates a CloudFormation template based on YML. I would like to be able to integrate SCAR into...
Initializing the lambda function with defined subnets and security groups should be possible by adding support for an optional `VpcConfig` object in https://github.com/grycap/scar/blob/99a8cb250ecfe60cbc182d8ebd55d9b6b1dbc683/scar/providers/aws/lambdafunction.py#L52 Example: The following configuration: ``` functions: aws:...
Hi Bro, i am trying to execute a private docker image hosted on amazon ECR ,but problem is when i execute it ,i see no logs getting generated ,neither any...
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...
Hello I want to run a large container - https://hub.docker.com/r/cypress/included - using scar When I run it currently, I get the following output ``` START RequestId: 4eb05b53-034e-4479-a7f0-464c1c665b0a Version: $LATEST 2020-05-10...