scar icon indicating copy to clipboard operation
scar copied to clipboard

Serverless Container-aware ARchitectures (e.g. Docker in AWS Lambda)

Results 29 scar issues
Sort by recently updated
recently updated
newest added

Hi, i have started using your project https://scar.readthedocs.io/en/latest/scar_container.html and was able to create a lambda function using command as scar init -f scar-aws-cli.yaml here is content of yaml functions: aws:...

Hitting the following two errors when specifying a tarball, as per https://scar.readthedocs.io/en/latest/advanced_usage.html 1. The first one is `'S3Properties' object has no attribute 'storage_path_input'` and appears to be thrown because an...

Defining functions with `image_file` doesn't work when the `execution_mode` is `batch`. ![image-file-batch](https://user-images.githubusercontent.com/18619097/68754800-afab5380-0607-11ea-89bb-40887f67308b.png) Two possible solutions may be uploading the image to a private ECR registry and granting permissions for pulling...

bug

Allow a method by which workers can set the contentType of the uploads. Not sure about the design. Perhaps a special .scar.yaml or other file name specified in the function...

Attempting to remove a SCAR function that involves a non-existent S3 bucket or Log Group results in the function not being deleted: ```sh $ scar rm -n scar-lambda-darknet The requested...

Trying to upload a non-existent file through `scar put` yields the following error: ``` There was an unmanaged exception in upload_file ``` while the `$HOME/.scar/scar.log` file clearly indicates the error:...

enhancement

I hit the 24-KB limit when defining a script to be executed in AWS Batch. We could workaround this by supporting an input sandbox of files that is specified in...

enhancement

Initializing a SCAR function triggers the creation of the input S3 bucket (defined in the YAML) and the creation of the `input` folder, which results in triggering the s3:ObjectCreated event...

Currently, one compute environment and one queue is created for every batch function, even when its resources are identical. With this approach we could quickly reach the [service limits](https://docs.aws.amazon.com/batch/latest/userguide/service_limits.html). Sharing...

enhancement

SCAR should allow to program a CloudWatch event so the linked Lambda function can be launched every X seconds/minutes.

enhancement