Guilherme Maccali

Results 2 issues of Guilherme Maccali

### Issue Summary When i call an api endpoint, most of time is inpossible to see log on CloudWatch ### Actual behavior When i call an api endpoint, sometime is...

```js "use client"; import { getEventHash, relayInit, signEvent } from "nostr-tools"; import { generateSecretKey, getPublicKey, finalizeEvent, verifyEvent, } from "nostr-tools/pure"; import { AbstractRelay, Relay } from "nostr-tools/relay"; import { useEffect,...