Sam Sussman
Sam Sussman
From: https://github.com/functionless/functionless/issues/226
We recently had a kind of funny case where self-mutation [ran 20 times in a row](https://github.com/functionless/functionless/pull/280). Luckily our build is slow. The root cause was a non-deterministic value that bled...
Support the common task of creating githooks from projen. Would allow node users to automatically run prettier, eslint, lint-staged, and other pre-commit tasks locally. ```js { githooks: { preCommit: ["lint-staged"]...
`@*` is a valid version range in NPM. It is useful in `peerDependencies` where it may not matter or may be difficult to specify a version range. ## Current: When...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Using the direct invocation method of invoking a lambda from step...
The `servers` field should be at the top level of the openapi spec to match the openapi spec and openai docs. https://swagger.io/specification/ https://platform.openai.com/docs/plugins/getting-started/plugin-manifest
### pnpm version: 8.6.0 ### Code to reproduce the issue: https://github.com/functionless/eventual/blob/main/apps/tests/aws-runtime/scripts/test-create Test script that links workspace packages over a local install. ### Expected behavior: `link` should succeed. It [succeeded](https://github.com/functionless/eventual/actions/runs/5100583453/jobs/9169107938) with...
V0.1 of `@functionless/formation` * [x] Modules Hanlders * [ ] Hand Rolled Resources (not supported by CC) * [ ] Event Bus * [x] Create * [ ] Update *...
Required for: https://github.com/functionless/ast-reflection/pull/32 Maintains backwards compatibility with previous register and bind functions. AST-Reflection is changing from register and bind methods to using s-expression like sequence expressions.
* Attempt to reduce unnecessary variables in a ASL state machine. * Add options to turn on or off optimizations