-
This pertains to the `amazon-lambda` family of extensions.
The packages are:
```
Package 'io.quarkus.amazon.lambda.deployment':
module: 'extensions/amazon-lambda/common-deployment'
module: 'extens…
-
The decrease prediction winning score is to be consistently calculated thusly:
baseScore = (actualLikes/predictedLikes) * actualLikes * (1 - percentageElapsed);
-
A change to Lambda event detection in 12.3.0 resulted in the agent not tracking some attributes of ALB-triggered Lambda requests: https://github.com/newrelic/node-newrelic/commit/5e8b2608d9914e2a4282f…
-
# Steps to Reproduce
```idris
foo : Lazy (() -> ())
foo = \x => the () $ case x of () => ()
bar : Lazy (() -> ())
bar = \x => case x of () => ()
```
# Expected Behavior
Both functions …
-
## Expected Behavior
The following code;
```typescript
const func = new Function(this, 'function', {
runtime: Runtime.FROM_IMAGE,
handler: Handler.FROM_IMAGE,
architec…
-
Receber o usuário/senha (fluxo privado) ou CPF (publico), através da URL de origem (api/v1/private, api/v1/public) validar o usuário PostgreSQL e gerar um token JWT.
Adicionar o customer id no claim…
-
### Describe the feature
NodejsFunction construct in CDK for provisioning Lambdas uses esbuild to bundle the source code. This is a pattern that many follow which is in accordance with AWS guidance/…
-
### Issue description
We are getting unexpected log messages after each lambda invocation. I'm not sure of there's something wrong with our containers, or lambda configuration. I'm not even sure if i…
-
Hi there!
I was doing some testing with Testcontainers and LocalStack. I created a container as the docs say, but it turned out that when I stopped it, the lambda container was left started. I found …
-
Example:
```
eq-lambda : Eq UNat :=
mkEq
λ{
uzero uzero := true
| (usuc n) (usuc m) := Eq.eq n m
| _ _ := false
};
```
In order to be consistent with other places…