Corentin Doue
Corentin Doue
linked to https://github.com/getlift/lift/discussions/182 This is a draft to discuss supporting generic CDK constructs and Lift constructs. Here is how it can be used so far: ```yml service: app provider: name:...
# Typescript support partially resolve https://github.com/binance/binance-connector-node/issues/38 Complete typescript support is huge work. I propose to add some first types and I invite typescript users to add their types when they...
With dynamoDb v1, ```ts export const myEntity = new EntityV2({ name: "MyEntity", table, schema: schema({ id: string().key().savedAs("PK"), entityName: string().key().const("MyEntity").savedAs("SK"), payload: export const myEntity = new EntityV2({ name: "MyEntity", table, schema:...
`danfojs-node` has [`request`](https://www.npmjs.com/package/request) as a dependency. `request` is deprecated and no longer maintained. `request` carries some security issues such as having `tough-cookie` `~2.5.0` as a dependency: https://security.snyk.io/package/npm/tough-cookie Please consider replacing...
## Why resolve https://github.com/sst/sst/issues/1068 This enables to reference file paths as it can be done with `__dirname` or `__filename` on unbundled files. This is useful for creating utils to link...
### Clear and concise description of the problem @clementmarcilhacy & copilot suggest some improvements: 1. the API of the construct `TestEnvVar` is not standard. The second argument of a construct...
Hi Swarmion 🐝 To help Swarmion to be a serverless Dx heaven, I would love to add cloud-native integration tests good practices & utils in Swarmion scope. The plan is:...
In my last project, `PublishedEvent` ends with `TS2589: Type instantiation is excessively deep and possibly infinite.` However, the type seems correctly inferred:  I can also recreate the `PublishedEvent` type...
`Bus.put(events)` returns `{ FailedEntryCount, Entries }` which must be handled manually to avoid losing events. Most projects that I know that use typebridge forget to handle these return. I recently...
With @MaximeVivier, we are working on a lib to intercept HTTP calls made by a lambda and mock them: https://github.com/MaximeVivier/lambda-http-interceptor. The aim is to be able to mock external services...