Matthew Stevens

Results 13 issues of Matthew Stevens

For typescript lambdas that use this library and don't use aws-lambda, we end up having this extra, unused dependency. I resolve by marking it external for my bundler and not...

i was forced to start using below, as of TS 4.5 ``` ts import createAPI, { NextFunction, Request, Response } from 'lambda-api'; const api = createAPI.default(); ``` createAPI is no...

Should allow more transparency as to what we're doing so users can debug issues easier. Specifically, I think we're missing logs for running gut / Godot since they're in subprocesses...

When tagging on the main branch, should be able to auto gen release notes and create a build to upload to GitHub actions. With the move to containerless, we either...

To move to containerless, possible due to our use of node and system packages already available to a test runner, we'll need to start bundling the node packages. Would recommend...

Should generally be able to manage this with a . gitattributes file. Should ignore everything that isn't absolutely required for end user use as an action.

## Summary closes #39 Adds functionality to check the output file type to enable JS codegen. When `.js` or `.mjs`, will output JS ESM code, when `.cjs`, will output CommonJS...

Library version: 1.7.1 JSON schema version: draft-04 I am willing to contribute to fix the issue 💚 ## The current behavior Generates to typescript. ## The expected behavior Identify the...

Library version: 1.7.1 JSON schema version: draft-04 I am willing to contribute to fix the issue 💚 ## The current behavior It currently doesn't generate JS at all. ## The...

Library version: 1.7.1 JSON schema version: draft-04 ## The current behavior Fails to parse with `Unsupported schema`. ## The expected behavior Parsing correctly. What I would really like is a...