-
### Before opening, please confirm:
- [X] I have checked to see if my question is addressed in the [FAQ](https://github.com/aws-amplify/amplify-hosting/blob/master/FAQ.md).
- [X] I have [searched fo…
-
## Bug Report
**Current Behavior**
I can't manage to make serverless-offline work with golang environment.
When I do the http call: GET http://localhost:3000/ping, I have the error
…
-
The AWS::ApiGateway::Authorizer translation contains a bug.
The property [IdentitySource](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigate…
-
I'm deploying an application using the @sls-next/serverless-component plugin. I built out an api route with an Apollo Server, specifically "apollo-server-micro" because this is what's suggested by oth…
-
I'm trying to get environment variables working as described in the documentation but not having any lucky.
serverless.yml
service:
name: library
provider:
name: cloudflar…
-
Hi, I just started using this plugin today, and I'm super impressed! With serverless-webpack, my API (37 Lambda functions) took 12 minutes to build & deploy. Now, with serverless-esbuild, it takes abo…
-
This is a:
* [x] Feature request or change
* [] Bug report
---
Related to #81
For feature requests or changes:
### Current behavior (if any)
Currently uploads each file one by one.…
-
AWS Lambda functions have a maximum response body limit of 5 MB.
When opening the page that exceeds that limit, you will get the following error response:
See:
- https://vercel.com/support/…
-
# This is a Bug Report
## Description
* What went wrong?
- saw this message in zsh
* What did you expect should have happened?
- didn't expect to see such message
* What was the conf…
iegik updated
5 years ago
-
I have a serverless.yml that looks like
```
service: myapp-${opt:stage, self:provider.stage}
custom:
serverless-offline:
port: 3001
myStage: ${opt:stage, self:provider.stage}
myE…