brian.l

Results 4 comments of brian.l

1. I'm using a lambda function to get a presigned URL to POST to from my react frontend: ``` const response = await axios.post(s3Url, { userId: userId, rawPath: `${workflowId}/${moduleId}/${file.name}`, });...

Also, I don't notice much for the cloudwatch logs, except I guess the failed upload only took 33 ms compared to the 240 ms of the completed one. ![Screenshot 2024-05-07...

Additionally, I checked the actual localstack persisted data. It seems like all of the CSVs get successfully uploaded, but there's something wrong with the file browser that prevents them from...

@SwapnilSonker It's a bit hard to replicate but I found that attempting to scrape the https://ycombinator.com/people URL here can have it pop up. This is my simple code. ``` app...