-
### Describe the bug
In my cloudformation json template I have the following parameter in my parameter list:
```
"LambdaArchitecture": {
"Type": "String",
"Default": "arm64",
"AllowedV…
-
I have tried this on a Windows and a Linux machine, and have gotten the same results. I have followed all the steps in the Readme.md and get the same results.
At steps under "Run Serverless Offline…
-
Hey,
If you add:
```
export const maxDuration = 20;
export const dynamic = "force-dynamic";
```
at the beginning of `pages/api/get-image.js`
it will solve the timeout issue. This is due t…
-
## Description
The lambda runtime is unable to locate the _newrelic_lambda_wrapper.handler_ in a lambda that uses the _aws-lambda-web-adapter layer_ (https://github.com/awslabs/aws-lambda-web-adapter…
-
We are attempting to use a Lambda to read from a Redshift Serverless Workgroup.
We need to use parameters, but I can't figure out the syntax to make it work. This may be a bug, but we may simply be…
-
I have a SAM template for a lambda (`AWS::Serverless::Lambda`) that has a VpcConfig declared, however cfn-nag is highlighting it as a warning with LambdaFunctionInsideVPCRule. If I change the lambda …
-
### What is the problem this feature would solve?
Currently, when you define a resource as an Authorizer function you need to return `APIGatewayAuthorizerResult `JSON shape as:
```
{
princip…
-
### Describe the bug
Starting with a project created with:
`dotnet new serverless.Messaging`
I registered an `IAmazonDynamoDB` client with the `IServiceCollection` passed to `ConfigureService…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
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…