-
Since some of the recent versions we always assume that event is a dict.
But theoretically, it could be a string or smth else.
Need to wrap `event.get` usage in app.lambda_handler` with proper han…
-
### Description
Node version : node -v v20.17.0
packages versions :
"@types/aws-lambda": "^8.10.145",
"@aws-sdk/client-s3": "^3.678.0",
"file-type": "^19.6.0"
When getting an object from s…
-
## Expected Behavior
The following code;
```typescript
const func = new Function(this, 'function', {
runtime: Runtime.FROM_IMAGE,
handler: Handler.FROM_IMAGE,
architec…
-
When adding this to my sst config:
```
async run() {
const infra = await import('./infra');
if (!$dev) {
const newRelicLayer =
'arn:aws:lambda:us-east-2:451483290750:…
-
Tapir version: latest in master
Scala version: 3.5.1
Hello,
I was trying to configure CORS for lambda handler and couldn't get it to work by overriding `serverOptions` when extending `AwsLamb…
-
### Is there an existing issue for this?
- [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [X] I have reviewed the documentation https://docs.sentry.io/…
-
The expression
```scheme
(call/cc
(lambda (k)
(define p (make-thread-parameter 'outer))
(define v #f)
(with-exception-handler
(lambda (obj)
(if (non…
-
### Summary
I am currently implementing this feature (https://docs.growthbook.io/lib/edge/lambda) to perform URL redirection using lambda functions and avoid flickering on the client side.
It see…
-
## Bug Report
Before I use serverless-esbuild to config loader for .graphql files but with serverless v4 it doesn't work.
**Current Behavior**
```
Offline [http for lambda] listening on http…
-
### Cause of error
```java
Exception in thread "main" java.lang.NullPointerException: Attempt to read from field 'com.google.android.material.tabs.TabLayout com.owncloud.android.databinding.FileDetail…