-
### Description:
We are currently building our parent stack with nested stacks, each will have their own endpoints from our main API which is defined in the parent stack using a Swagger file an…
-
I tried running this on my serverless project, which uses node 10 as the runtime. I got the following warning for all my functions, and no roles generated:
```
warn: lambda runtime not yet support…
-
**Describe the bug**
This is a direct lambda query/datasource. It works fine deployed to AWS but dies not to work locally. Not sure how to debug/trace as SLS_DEBUG does not generate traces or outpu…
-
# Bug Report
## Description
1. What did you do?
A resource (an SQS queue) got deleted because for some reason serverless said that the resource already existed and would seemingly not dep…
-
### Describe your idea/feature/enhancement
Hey team, recently tried building out a rest API using `AWS::Serverless::Api` and openapi via DefinitionBody. It's great having my OpenAPI schemas co…
-
### 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'm using th…
-
I am following the AWS recommended tutorial for microservices in a multi-tenant serverless system as in the picture below.
At places where microservices need to call other microservices synchronously…
-
Inside deployed Twilio Functions there's only one way to properly require other JavaScript files inside your project:
```js
const mod = require(Runtime.getAssets()['/some/lib'].path)
```
This is…
-
I'm using Netlify functions for serverless
When I tried `serverless-pg` I had the following error:
```
[ERROR] Could not resolve "pg-native"
node_modules/pg/lib/native/client.js:4:21:
…
-
⚠️⚠️ Deployed the sample serverless function from [https://www.serverless.com/framework/docs/providers/knative/guide/quick-start/](https://www.serverless.com/framework/docs/pro…