Jye Cusch
Jye Cusch
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...
## 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?...
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...
## 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'...
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...
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...
## 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`,...
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...