eventual icon indicating copy to clipboard operation
eventual copied to clipboard

Build scalable and durable micro-services with APIs, Messaging and Workflows

Results 101 eventual issues
Sort by recently updated
recently updated
newest added

- [x] Add @eventual/sst construct with support for `bind` - [x] Remove support for CJS to simplify package

Adds a lot of weight to the package. ![screenshot-20231221T172454-SFFvQZnX@2x](https://github.com/functionless/eventual/assets/491247/6bcff38e-b150-4925-a313-686148c9cead)

```ts entity("", { attributes: { key: z.string(), v: z.custom() }, partition: ["key"] }) ``` > Type 'MyType' is not assignable to type 'AttributeValue'.

After this error on a task lambda: > Unknown application error occurred Runtime.Unknown the workflow/task does not complete, it just keeps running.

https://github.com/functionless/eventual/security/dependabot

@colelawrence suggested we add an abort signal to the service client. ```ts client.someRPCCall(input, {abortSignal}) ```

# Non-compliant - [ ] The CloudWatch Log Group is not encrypted with an AWS KMS key - [ ] The DynamoDB table does not have Point-in-time Recovery enabled -...

``` ✖ Multiple service names found, provide a default service name via EVENTUAL_DEFAULT_SERVICE or the --service flag ```

If a new index is created or changed between local persistence save and load, existing data will not appear in that index or will not appear correctly in the case...