Valentina Rodrigues

Results 2 issues of Valentina Rodrigues

How can we mention the ShardId if the kinesis stream is created and records are put in the stream by another lambda function. - In GetShardIterator **ShardId**: putOutput.ShardId with **ShardId**:...

``` import { Controller, Get } from '@nestjs/common'; import { HealthCheckService, HealthCheck, MongooseHealthIndicator, } from '@nestjs/terminus'; @Controller('health') export class HealthController { constructor( private health: HealthCheckService, private db: MongooseHealthIndicator, ) {}...