-
## The problem
Some properties have limited support for [intrinsic functions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference.html) (e.g. `Ref`, `Fn::Get…
hoffa updated
5 months ago
-
With the same code of the issue [https://github.com/dougmoscrop/serverless-http/issues/252](url) I'm getting an request.body error which says undefined.
The context parameter log:
```
bindings: {…
-
I get `invalid signature: 0x6064b50` when the babel plugin tries to zip my compiled service. Here's the output:
```
Serverless: Packaging service...
Serverless: Babel compilation:
tmpBabelDirect…
-
_Most of the tests that currently cover core functionalities depend heavily on (and sometimes test) internal implementation characteristics. While they should be testing whether given implementation p…
-
Via Azure Functions Windows e2e tests @williamluke4 discovered that our Napi build does not work on 32 bit Node.
![image](https://user-images.githubusercontent.com/183673/116889652-1a51b400-ac2d-11…
-
Hi all,
When deploying using `serverless` with `serverless-api-gateway-caching` like so:
```
functions:
graphql:
handler: src/handler.graphqlHandler
events:
- http:
p…
-
Since I upgraded to serverless 1.44.1, I'm having this error:
```bash
npx serverless package
Type Error ---------------------------------------------
contents.trim is not a function
…
-
i try to follow the example in the documentation. But i cant get the `requestBody`, and `requestModels` to generated in the documentation file.
```
service: hasuraLambda # NOTE: update this with y…
-
i have my functions broken into folders and the parent service references the function serverless from each folder.
this plugin doesn't handle this
services.yaml
functions:
- ${file(./auth-s…
-
When I deployed the example in the example directory, I get the following error:
`❯ sls deploy
Serverless: Compiling with Typescript...
handler.ts (3,42): Cannot find name 'setTimeout'.
Serverle…
Nipol updated
7 years ago