Sam Sussman
Sam Sussman
```ts // in service import type ServiceB from "./serviceB"; const serviceB = service.fromRef("serviceB") // in infra new Service({ services: { serviceB: serviceB, serviceC: serviceC.fromConfig({ busArn: string, uriEndpoint: string }) }...
Continuation from #247 There has been interest in Eventual coming packaged with simple opinionated user management. It should play well with the result of #247. 1. What are the primary...
Right now, we create an unauthorized api endpoint with no customization. We pass through the APIg request (which isn't a great contract if we are going to support other api...
VPCs came up when talking about auth (#247, https://discord.com/channels/985291961885949973/1053066041149886596/1068252885114179604). A service to service may (should?) be done over VPC. What does it look like for Eventual to support VPCs and...
https://github.com/functionless/eventual/actions/runs/3940856564/jobs/6743496373 Log failures can cause the orchestrator to fail. ``` { "errorType": "Runtime.UnhandledPromiseRejection", "errorMessage": "Error: Logs failed to send", "reason": { "errorType": "Error", "errorMessage": "Logs failed to send", "stack": [...
When the ourDir does not have access to @eventual/core, the test env will fail to import the bundled service code. The tests do not currently bundle the the @eventual/* packages...
I want to: 1. Bundle in additional files (ex: native libraries, config files) 2. Support external dependencies 3. Customize how bundling is done Note: Docker lambda runtimes here - https://github.com/functionless/eventual/issues/231
I want to... * Use docker to deploy api, activity, and event handlers * Use a base configuration provided by eventual * Deploy 10gb bundles ```docker FROM eventual:base as builder...
Created a bug in heartbeat that caused a critical error in the activity worker. The Lambda failed and nothing else happened. When it is a system issue (permissions, bug, etc),...
## Use Cases Please comment with any missing use cases or on the usefulness of each use case. * Safely make non-deterministic updates to existing workflows * Patch workflows of...