Marcin Copik

Results 100 issues of Marcin Copik

Hi! I've been following the documentation on [how to set up OpenWhisk with a private Docker registry](https://github.com/apache/openwhisk-deploy-kube/blob/master/docs/private-docker-registry.md). After configuring authorization with a self-signed certificate, which works fine, and finding out...

Hi! I've been trying to use the offline plugins to perform local testing of my lambda integration with DynamoDB streams. Unfortunately, it seems that I can't achieve consistent behavior. I...

We have been very happy to use CMake scripts for building SYCL apps with ComputeCpp in our project. It simplifies integration with existing codebases significantly, but our experience suggests that...

enhancement

Hi! I'm trying to find out how to deploy a larger C++ function with several dependencies (shared libraries) with nightcore. [The example](https://github.com/ut-osa/nightcore/tree/asplos-release/examples/c) demonstrates a single file compiled to a shared...

This PR relies on #99 - we need to first merge C++ benchmarks to use communication functions. The features that we're planning to implement here are: - [ ] Implement...

The features that we're planning to implement here are: - [x] Building C++ functions with CMake. - [x] Building and handling functions' Docker containers for C++. - [x] Providing base...

We cache credentials for future access. However, we should: - [ ] Add option to never cache credentials. - [ ] Make sure they don't appear in any logs and...

bug

Document the ongoing progress of implementing C++ benchmarks. - [x] C++ benchmarks on AWS Lambda. - [ ] Configurable dependencies - CMake adjust.

enhancement

Currently HTTP queries require additional processing to get the output of the function and the error. The query mechanism for both AWS and Azure does not seem to work properly.

bug
aws
azure

Using the initial implementation provided in branch `dev-triggers-demo` by Miłosz, extend it to work with our interface. Features: - [ ] Storage trigger - uploading payload to the bucket, -...

enhancement
aws
azure
gcp