Jye Cusch

Results 44 issues of Jye Cusch

enhancement
good first issue

enhancement
good first issue

If a function subscribes to a topic that it also publishes too there is potential for an infinite loop, which would result in unintended costs. We protect against this in...

enhancement
proposal

## Feature Request ### Suggestion Investigate the best approach to provide automatic inclusion of distributed tracing in the framework. What tools and standards already exist that we should use/integrate with/support?...

enhancement

The first cold start for a new function in AWS Lambda takes significantly longer than subsequent requests or even subsequent cold starts. Here is an example of the behavior from...

bug

## Feature Request ### Suggestion Many applications only include a single API gateway, particularly when developers are learning the framework. To make this use case easier let's expose a 'default'...

enhancement

When responding to API requests with a file a convenience method would be nice that sets the appropriate response headers for a redirect and returns the pre-signed read URL. Dev...

enhancement
good first issue

Probably not urgent, but features that simplify and optimize moving/copying files would be useful. Particularly if we can use steams or existing features of the storage service to make the...

enhancement
good first issue

## Feature Request ### Suggestion We've had feedback that the initial experience can be off-putting. Missing a step in the instruction, such as neglecting to set credentials before an `up`,...

enhancement

Cloning templates, like the JavaScript template, then using `nitric run` or `nitric up` result in errors since no `package.lock` or `yarn.lock` exists. Extending `nitric.yaml` to support commands that enable scripts...

enhancement