Juanjo Diaz
Juanjo Diaz
4 years later and hitting this. Any solution?
Serverless dashboard currently conflicts with one of my plugins: https://github.com/juanjoDiaz/serverless-plugin-warmup/issues/310. I'm pretty sure it also conflicts with my middleware plugin and there are just no dashboard users using that plugin....
I suspect that the root cause is #78
If the latest `serverless-plugin-typescript` supports no-TS handlers as it should then you don't need `serverless-plugin-warmup-ts-bridge` neither `serverless-plugin-warmup-ts-bridge-v2`. 🙂
Rename is since the smart warming up feature will be tracked on #181 This should be achievable either hardcoding prices or using the SDK (https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/Pricing.html#describeServices-property)
You can see the maths in the readme: https://github.com/juanjoDiaz/serverless-plugin-warmup#cost Let me know if something is unclear :)
Hi guys, Sorry for the slow response. Are all of you using the bundle or webpack plugin? Are you declaring warmup after those plugins? Can you provide a repo where...
Hi @kchecoBasis , I don't know how to reproduce the issue. So, without a repo to reproduce I can't do much...
This seems a problem between the plugins not using the lifecycle events consistently. This is something that I already raised to the Serverless Framework maintainers. Until, they are more prescriptive...
Hi all, After some research and looking deeply into #314, I found that the issue is in the serverless dashboard plugin which is using deprecated settings of serverless. I created...