-
**UPDATE: See post below and related.**
- \- - - Original Post - - - -
I just updated to sls 5.5 and node4.3 runtime. My code uses the `import` keyword which requires the inclusion of es2015-node4 to…
-
Hi Guys,
I have been using serverless for a few weeks now and its proven extremely helpful when it comes to managing lambda code and deploying to AWS. I am in the process of writing an API and I'm go…
eecdc updated
8 years ago
-
Hi,
Just a heads up ... I got a nasty problem that cropped up in my function deploy.
I moved our functions all into one function, in an attempt to mitigate the impact of cold container performance. …
-
Any reason why optimizer won't run for 4.3 runtime?
https://github.com/serverless/serverless-optimizer-plugin/blob/master/index.js#L132
-
@ac360 @minibikini please improve `includePaths` path because so many person have issue and that issues are still open.
look like `includePaths` is not taking path properly,it should start from proje…
-
Hi,
I'm trying to DRYer my `s-function.json` by grouping the same configuration into `s-templates.json`.
```
// s-templates.json
...
"babelifyOptions": {
"exclude": ["aws-sdk"],
"transfo…
-
Right now the function will be zipped and uploaded to the S3 bucket every time a `serverless deploy` is issued. We should only upload changed functions and only keep e.g. the last 10 versions.
-
camelCasing YAML keys is unconventional. We should switch to either an underscore or a dash between words.
-
Hey, I've just tried to re-create a project by provision it with shell on a vagrant machine.
It seems that there are some troubles with the --profile parameter.
$ sls project install serverless --nam…
-
serverless project install serverless-graphql-blog
---
| _ .-----.----.--.--.-----.----| .-----.-----.-----.
| |___| -__| _| | | -__| _| | -__|__ --|__ --|
|____ |_____|**| _**/|…