-
Hi,
I'm currently using Serverless 1.13.2.and using serverless-plugin-warmup to warmup my lambdas.
The warmup lambda is correctly invoked every 5 minutes. However, it doesn't actually call any o…
-
I have implemented this plugin and still facing cold start issue. My event source is API Gateway.
> Note: I am using VPC, and by default lambda function within VPC are kept warm for 15 minutes.
…
-
# This is a Bug Report
## Description
Creating API Keys and marking endpoints as `private` does not actually enable those API keys to be used against any endpoints in API Gateway. Instead those end…
-
# This is a Bug Report
## Description
I've edited my serverless.yml file to remove a schedule
Then I've tried to deploy with sls deploy -v but I've got the following message
Serverless Error ---…
-
Thanks for the plugin! Currently the only limitation which stops me from using it instead of custom solution is that it warms up only 1 function, but I want to have ~ 10 warm functions w/ VPC connecti…
-
In my serverless.yml I have a function that looks like this:
```
example_function:
handler: handler.doStuff
iamRoleStatementsInherit: true
iamRoleStatements:
- Effect: "Allow…
-
I understand that cold-start is something we need to put efforts/tricks to avoid, particularly for lambda handling user facing API endpoints.
From this perspecitve, (here is my idea) if all the han…
syang updated
5 years ago
-
I'd like to propose support for Servlet API and Spring MVC. Specifically, in order to do this there are incremental enhancements needed, each one builds upon previous:
1. A standard way and best pr…
-
The handler path when I look inside the aws console is wrong: `handler.app` (https://d.pr/i/1lwDqI)
I needs to be `_optimize/arena-node-api-dev-app/handler.app` for it to work.
I have `debug: …
-
When using the `useNatGateway` option, it will create a gateways per zone (so when using 6 zones - it will create 6 gateways + 6 EIP).
Sometimes, we need a limited number of EIP's.
Maybe `useNa…