Tatsuya Yamamoto
Tatsuya Yamamoto
*Issue #, if available:* Nothing. *Description of changes:* There is not `aliasId`. Maybe it is needed to set `AssetId` and `propertyId` to specify an Asset Property for send data. By...
Some words Vogels as subjects was left in README.
fix: #16151 I have confirmed the reproduction in unit test and fixed it. ### cause The scope of this lambda function is [the edge stack created for the stack](https://github.com/aws/aws-cdk/blob/c77461e2a19aa490996202eb7b2eec7e94fba56d/packages/@aws-cdk/aws-cloudfront/lib/experimental/edge-function.ts#L231-L242). So...
**Describe the bug** When using Native ESM following [TypeScript Official Blog](https://www.typescriptlang.org/docs/handbook/esm-node.html), Onetable cannot resolve type(e.g. `Table`, `OneSchema` and `Entity`). When cjs: When esm: **To Reproduce** https://github.com/yamatatsu/reproduction-onetable-unresolve-type Steps to reproduce the...
Across entities query is the essence of single-table design. https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/bp-relational-modeling.html As electrodb, if also onetable gets support of across entities query, it will be super extra value of this product...
I know ElectroDB have a feature `transaction.write()`. But when using `put()` and `delete()`, we want to use `BatchWriteItem` because it is less cost and higher performance. The interface will be...
## Overview Add a plugin for `dynein`. https://github.com/awslabs/dynein ## Type of change - [x] Created a new plugin - [ ] Improved an existing plugin - [ ] Fixed a...
### Use case middy can pass event type like as [this](https://middy.js.org/docs/intro/typescript/). So we can pass inferred event type from zod schema to handler. ### Solution/User Experience ```ts const detailSchema =...
### Describe the feature Now, The template of typescript has some unnecessary lines. The following seems a bit misleadable. - shebang `#!/usr/bin/env node` in the bin file - The bin...