Gabriel Colson

Results 3 issues of Gabriel Colson

How would you seed a new subsystem with historical data ? Example usecase: - `Subsys X` has an egress-esg that emits external events and store them to its event lake...

I tried to migrate a service to Vitest but I got this error : ``` Error: Cannot find module '/Users/gabrielcolson/Documents//node_modules/serverless-spy/lib/src/ServerlessSpy' imported from /Users/gabrielcolson/Documents//node_modules/serverless-spy/lib/index.mjs ``` I found a workaround thanks to...

"The [batch processing utility](https://docs.powertools.aws.dev/lambda/typescript/latest/features/batch/) handles partial failures when processing batches from Amazon SQS, Amazon Kinesis Data Streams, and Amazon DynamoDB Streams." I ported a basic implementation of `@aws-lambda-powertools/batch` to Effect...