Philipp Muens

Results 77 comments of Philipp Muens

Hey @bkolobara, thanks for getting back and providing such an in-depth explanation. Really appreciate it! Also looked more into Lunatic which is pretty impressive. I'm working on a project which...

Good idea @alexdebrie 👍 Here are some additional ideas around metadata (not sure if all the data can be fetched easily though): - GitHub Stars - Last update - Current...

Nice! I like that idea.

Hmm. 🤔 hard to tell without a stack trace. @Nipol could you run the command again after setting the `SLS_DEBUG=*` environment variable? Thanks!

@Nipol thanks for the detailed information 👍 Just looked into the code of the plugin here. Nothing suspicious so far. It looks like the Azure functions provider plugin tries to...

> We'd be again stuck with the idea that each project would **own** resources, and other projects would create their own from scratch. Not sure if I'm following here. Can...

Thanks for pinging @schickling 👍 Sounds like a feasible solution! Wondering if this is an edge case or smth. common 🤔.

Hey @silver2k the TypeScript plugin could expose own lifecycle events which can then be used to hook into via your own custom plugin. Here you can e.g. see the lifecycle...

The question here is what `test` means. Does it mean that I can do a simple test function invocation? Will it run the components unit tests via `npm test` or...

Yes, currently we don't have support to use variables in keys (as @eahefnawy mentioned). Here's the issue where we track this feature: https://github.com/serverless/serverless/issues/2892 Could be an interesting addition though!