Philipp Muens

Results 39 issues of Philipp Muens

A `setTitle` function should be implemented so that each page has it's own title.

enhancement

Hey there 👋 Dynogels is pretty awesome! However I get the following error when trying to project fields in a deeply nested object via `attributes`: ``` ExpressionAttributeNames contains invalid key:...

Right now we use `koa` for our `http` functionalities. However we're not using that much `koa`-related features right now so it might be worthwhile to reconsider the core Node.js `http`...

nice-to-have

Right now we only support the `(event, callback)` function signature for Google Cloud Functions. However Google support the `(request, response)` function signature for `http` events. The emulator should support this...

mvp

`functionName` and `serviceName` should be passed in as an object so that we can easily add data later on. so instead of: ```json { "serviceName": "my-service", "functionName": "my-function" } ```...

question

So that it's easier to distinguish between the two different Promise implementations.

nice-to-have

Add tests with the help of Jest (Jest is already installed /added in the `dev` dependencies).

help-wanted

Add function timeout support for all the different providers. The timeout config will be provided with the help of the function config file. There should be a default timeout and...

The Serverless Framework `invoke local` functionality has a bug where the termination of the function was not initiated after invoking it. The emulators implementation should be tested as well and...

enhancement
help-wanted