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

The command `scar ls` should also show the execution mode and the linked buckets (if any) information.

enhancement

Allow the user to use the configuration file with both commands would simplify the CLI. The CLI command rith now to upload a file is: ``` scar put -b scar-darknet-bucket...

enhancement

A command to allow the users delete the S3 buckets would be useful. It is important that the command has a confirmation warning, just in case.

enhancement

I've run into a use case where the response when running a Lambda function via an HTTP POST to an API Gateway endpoint will likely exceed the Lambda imposed limit...

In general, how can I call a SCAR deployed function with another Lambda function while passing in parameters and getting a result back? -------------------------------- My specific use case: Normally, when...

I am trying to accomplish something similar to: Alpine-less AWS CLI Docker Image scar init -n lambda-aws-cli grycap/aws-cli scar run -e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY lambda-aws-cli ec2 describe-instances But my CLI...

Attempting to run a SCAR function out of the [knickers/imagemagick](https://hub.docker.com/r/knickers/imagemagick/tags/) results in the following error: /tmp/home/.udocker/containers/0da3a78f-7472-3662-98a4-ea8dba881df8/ROOT/bin/dash: /tmp/home/.udocker/containers/0da3a78f-7472-3662-98a4-ea8dba881df8/ROOT//lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /tmp/home/.udocker/lib/libfakechroot-x86_64.so) The Docker image is based on...

Scar version = 4.3.0 Python version = 3.9.6 Boto3 version = 1.26.53 System MAC OS Ventura 13.1, CHIP = APPLE M1 PRO The AWS account I need to implement SCAR...

# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...