-
# Bug Report
This is not related to the framework per se. And I guess most of users won't experience this... But I am being forced to check this new service and cannot use other resources in the webs…
-
I'm very interested in using serverless-http for an application. However, it seems as though, when using this plugin, we will only able to deploy a single lambda to handles all of our routes.
There…
-
### 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…
-
# Description
Create basic routes
- [x] `POST /applications`
- [x] `GET /applications/:id`
- [x] `POST /configs`
- [x] `GET /configs`
- [x] `GET /configs/:id`
- [ ] `PATCH /configs/:id`
- …
-
I am able to create a API Gateway proxy to S3 using this plugin
However I want to use the same API to proxy other lambda functions as well
How can I do this?
-
> You will need to set your Global API key from Cloudflare as an environmental variable named CLOUDFLARE_AUTH_KEY, and your Cloudflare account email as an environmental variable named CLOUDFLARE_AUTH…
-
### 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 version?
- [X] Yes, I'm u…
-
The documentation for the new variables resolver (https://www.serverless.com/framework/docs/providers/aws/guide/variables#exporting-a-function) is lacking clarity.
1) The code sample does not…
-
I'm very interested in using serverless-express for an application. However, it seems as though, when using this plugin, we will only able to deploy a single lambda to handles all of our routes.
Th…
-
`serverless.yml`
```
org: yeukfei05
app: random-user-api-serverless
service: random-user-api-serverless
frameworkVersion: '2'
useDotenv: true
provider:
name: aws
runtime: nodejs14.x…