-
After the NodeJS 6 deprecation by AWS the serverless deploy no longer works.
The runtime configured to NodeJS 6.10 in `serverless.yml`:
```
...
provider:
name: aws
runtime: nodejs6.10
...…
-
Upon deploying a stack with this component, I now get an error. The exact same deployment worked fine a couple of months ago.
Command run: `sls deploy`
Output:
```
serverless ⚡components
Acti…
-
### Issue description
In our serverless.yml file, we set existing: true and forceDeploy: true and yet the process still fails on the S3 trigger, so we delete this manually (even though I thought fo…
-
### Issue Summary
With the recent deprecation of nodejs 12 for create/update of lambda functions, there seems to be some default setting that is causing below error even when the runtime is set as `n…
-
### Are you certain it's a bug?
- [X] Yes, it looks like a bug
### Is the issue caused by a plugin?
- [X] It is not a plugin issue
### Are you using the latest v3 release?
- [X] Yes, I'…
-
"The runtime parameter of nodejs12.x is no longer supported for creating or updating AWS Lambda functions"
where could I specified runtime nodejs .? I can't file nodejs runtime on serverless.yml.
…
-
Hello!
I have a Kafka broker aggregating all my messages from different Kafka instances and topics using kafkasources. My main goal is to deliver these messages to appropriate functions (sequences,…
-
I recently added support for IAM policies (https://github.com/serverless/serverless-google-cloudfunctions/pull/219), and it appears that using it is causing deploys to fail (https://github.com/serverl…
-
[Abstract of your talk]
In this talk, the Integrations team at Beamery shares how we tackled and overhauled a complex legacy system comprising 72 serverless functions. By adopting modern technologi…
-
### Have you searched for this feature request?
- [X] I searched but did not find similar requests
### Problem Statement
Organizations must support a wide variety of workloads including event drive…