danatemple
danatemple
I would not consider this a bug. If you want to display data with a log scale, none of your values should be zero. They also need to be of...
Yes! we are doing this kind of thing in various ways, one of which is to use Sidecar's ability to run any container you like to provide: https://hammerstone.dev/sidecar/docs/main/functions/handlers-and-packages#container-images In that...
If you install the AWS SDK in your container, and provide the authentication keys via some method, then you'll be able to do any S3 operation from the container. In...
Not sure about that actually. I just use docker commands together with an ECR repository.
Minor suggestion: How about an option to leave out the -Sidecar- bit of the name, given that you can give it a 'sc' prefix or use the default 'SC'? I've...
@aarondfrancis aha, it must be from the namespace. Didn't realize that, or that name() would remove this part. But yes, good idea to remove, as it will always be a...
Well, we're only just moving to Sidecar, but before discovering it we had already built a similar feature, using AWS SAM to create the Lambda deployments but invoking them from...
Well, I thought of this as I considered giving an update to a developer which would have meant them needing Sidecar to be working for them, i.e. they'd need to...
I also have this problem (have just upgraded to 2.4.1). Any solution yet?
@stebogit This is indeed with a Docker container, based on a Nodejs container with R and all the necessary packages installed. Then we use Javascript code to handle the event...