-
Hey there, after either running
```sh
serverless offline starat
```
or
```sh
serverless offline start --runSchedulesOnInit
```
The serverless offline hungs and upon force exit it returns an …
-
Hi guys,
When I try to bundle knex & bookshelf with webpack/browserify, I have theses kinds of error :
Cannot find module 'sqlite3'.
But i'm using postgresql.
I had tons of differents error but the…
-
# This is a Bug Report
## Description
For bug reports:
* What went wrong?
aws-sdk is a built-in dependency on Lambda, therefore it should not be added to the bundle of functions that impor…
-
Here is a codesandbox: https://codesandbox.io/s/0031z8qymn
To reproduce run the following commands in the terminal:
`npm run build`
`node dist/index.js`
This will error with `Error: Cannot f…
-
When I'm upgrading from 3.4.0 to 7.0.0 an error saying it can't require "crypto" pops up in a React Native app. It used to work fine before.
-
When using mongoose , as in just doing something like `import mongoose from 'mongoose'` I get this error: `Error: Cannot find module './drivers/node-mongodb-native/connection'`. It gets fixed if I rem…
-
This is related to the serverless`v1.0` . I am opening this for discussion only.
How we can organize multiple function in proper manner
1. folder structure of multiple functions.
2, `serverless.yml`…
-
I get the following failure when I try to set `disable: true`:
```
$ yarn clean && serverless deploy -v --stage prod
$ (rm -r ./.build || echo "") && (rm -r ./.serverless || echo "") && (find ./src…
-
In order to use es6 modules in the browser, you need a .js file extension. However output doesn't add it.
In ts:
`import { ModalBackground } from './ModalBackground';`
In ES2015 output:
`import …
-
Hello,
I recently tried this library and is very awesome so far until I browserified it for AWS microservice via serverless framework. I always received the error below and I don't why until recent…