Maxime David
Maxime David
Great suggestion from @lmammino (ref: https://twitter.com/_maxday/status/1756363285140795869)
For now cpp builds are cloning https://github.com/awslabs/aws-lambda-cpp It could be great to auto-dectect releases from https://github.com/awslabs/aws-lambda-cpp/releases so we could rebuild as soon as a new release is cut. For now...
For now it seems that the layer arm64 is not working, let's add this back when the layer will be fixed
- add support for extra env variable to fix #326 - add `JAVA_TOOL_OPTIONS` to manifest for java
*Description of changes:* - add latest version of `gtest` framework via `CMakeLists.txt` (`1.15.2` as of today) - add a `noop.dummy_test`, as a first step for having unit tests in CI...
## Description Removing the SnapStart feature from the benchmark, as using it with a simple hello-world application may not represent a meaningful use case. --- By submitting this pull request,...
👋 hey team, In order to respect best security features, it's recommended to sign release (if they contain a artifact) as documented here: https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#signed-releases Doing this will bump or score...
This PR fixes: `GHSA-h5c3-5r3r-rr8q` see: https://osv.dev/vulnerability/GHSA-h5c3-5r3r-rr8q affected package: `@octokit/plugin-paginate-rest` `GHSA-rmvr-2pp2-xj38` https://osv.dev/vulnerability/GHSA-rmvr-2pp2-xj38 affected package: `@octokit/request` `GHSA-xx4v-prfh-6cgc` https://osv.dev/vulnerability/GHSA-xx4v-prfh-6cgc affected package: `@octokit/request-error` By running npm ls on those three packages, it appears that...
Similarly to https://github.com/open-telemetry/opentelemetry-lambda/issues/1827, I noticed that `ottl` init phase is responsible for quite some overhead in time and memory allocation. `init github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl @4.9 ms, 2.4 ms clock, 1965848 bytes, 13390...
In order to reduce maintenance effort (see: #1812), it would be great to see `go` version to be auto-bumped. I think there are two sub tasks for this: 1. Remove...