bragg icon indicating copy to clipboard operation
bragg copied to clipboard

AWS λ web framework

Results 7 bragg issues
Sort by recently updated
recently updated
newest added

For logging purposes, it would be a nice addition if the output of the global error handler could be customized. This to add additional fields when logging out an error....

This add support to handle requests from `bragg@^1.0.0`. The only thing I'm not sure about is how to handla a `params` property... Am I missing something else?

Bragg 1 supported passing in `params` from a request. This is not yet possible anymore with `bragg@2`. Should be fixed.

bug

In order to upgrade from bragg 1 to bragg 2, it would be nice if bragg 1 understood requests from `[email protected]` for instance. That way interaction between multiple Lambda functions...

enhancement

Enable the running of Bragg code locally with node.js. Or if this is possible already, document how to do so.

enhancement
help wanted

It might be better to support the catch-all so we can ditch the mapping template. https://forums.aws.amazon.com/ann.jspa?annID=4040

enhancement

At this moment, the errors are always logged and the stack trace is logged if `error.expose` is `false`. https://github.com/SamVerschueren/bragg/blob/master/context.js#L28-L32 Instead, we should use the `EventEmitter` and let the user subscribe...

enhancement