Philipp Muens
Philipp Muens
Add support for those params like it's done in https://github.com/serverless/serverless/pull/4126.
Fix the behavior like it was done in https://github.com/serverless/serverless/pull/4047.
Should we only pass the `functionConfig` object as an input parameter to the middlewares? This would make it easier to reason about it since the input is predictable. This object...
This plugin should add the run plugin which features the `serverless run` command. The plugins should do the following when the `serverless run` command is executed: 1. Check if the...
The Local Emulator should be useable as a library in other Node projects.
Enhance middleware concept to make it possible to add custom middlewares via the `emulator-config.json` config file.
Support to configure the emulator based on a config file (e.g. the hostname, port, middlewares, etc.)
I've been following the [Quickstart Guide](https://developer.tbd.website/docs/web5/quickstart) on the TBD developer website and am running into an issue during step "1. Instantiate Web5 and Create DID" where I try to `console.log`...
[Some users](https://github.com/serverless/serverless/issues/5436) are facing issues with the Port we use for signing into the Platform [here](https://github.com/serverless/platform-sdk/blob/16d9fb398018ff46a7b507deb872d958c865e529/src/login/login.js#L32). It would be nice if we could use a mechanism which explores open ports...