Juan Pablo Vega
Juan Pablo Vega
Hi all, For those who are waiting for Prisma to support dynamodb, maybe this will help you ? https://github.com/sensedeep/dynamodb-onetable (You can still use it even if you don't abide by...
- [x] Research: How the other target type are handled and tested in SST. - [x] Implement: `addKinesisStreamTarget(...)` and `EventBusKinesisStreamTargetProps`. - [x] Implement: Changes to type definitions (like in `EventBusCdkRuleProps`)...
The issue is that not all the functions that look like `grantSomething` behave the same way. Some receive more arguments than others.
Yeah. It's good enough for most grants which is great since we can always use other permission formats. But it's true that we can always imagine other ways to handle...
- [x] Implement: Add `stream` to `TableCdkProps`' restricted fields. - [x] Implement: Typecasting `dynamoTable` to `TableCdkProps` first and **then** to `dynamodb.TableProps`. This restricts the allowed fields for Typescript users while...
- [x] Research: How NODE_OPTIONS is formatted and how it is supposed to be used. - [x] Implement: Add NODE_OPTIONS if not exists. - [x] Implement: Update NODE_OPTIONS is exists....
- [x] Research: Union types vs Enums, for this issue specifically. https://fettblog.eu/tidy-typescript-avoid-enums/ https://blog.bam.tech/developer-news/should-you-use-enums-or-union-types-in-typescript ==> Going with union types. - [x] Research: All the relevant grants or shape `public grantSomeGrant>(grantee: iam.IGrantable):...
- [x] Research: How to test for provisioned concurrency - [x] Reaserch: Where to apply fix from [aws/aws-cdk#13731 (comment)](https://github.com/aws/aws-cdk/issues/13731#issuecomment-814801449) in sst.Function - [x] Implement: Fix from above. - [x] Test:...
@ardaerzin -- for after `infinite scrolling`.
> Thanks @junaway ! > > Looks good to me. Please remind me to (or do yourself) to update the autogenerated api docs reference post-release. @ashrafchowdury I'll need your guidance,...