Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support large log file visualization #121

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

13Ducks
Copy link

@13Ducks 13Ducks commented Dec 22, 2024

In order to support large file visualization, we need to bypass the Lambda input limit size (6MB) which was constraining us. To do this, the visualizer client is changed to use the new API routes.

  1. client posts to /get-upload-link: gets a pre-signed POST URL to upload the file to S3
  2. client uses URL to upload file to S3 so Lambda can access it directly
  3. client posts to /upload-complete: runs Lambda and returns visualizer URL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant