FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Improve behaviour of lambda function when handling large file by grmcnair · Pull Request #17 · SumoLogic/sumologic-aws-lambda · GitHub

Improve behaviour of lambda function when handling large file - #17

Open
grmcnair wants to merge 1 commit into
SumoLogic:masterfrom
grmcnair:patch-1
Open

Improve behaviour of lambda function when handling large file#17
grmcnair wants to merge 1 commit into
SumoLogic:masterfrom
grmcnair:patch-1

Conversation

Copy link
Copy Markdown

Remove unused variable finalData. This reduces execution memory usage.

Do not add newline to end of each chunk (default is 16K characters) returned by the stream. Can cause random insertion of newline in the middle of log lines.

Remove unused variable finalData. This reduces execution memory usage.

Do not add newline to end of each chunk (default is 16K characters) returned by the stream.  Can cause random insertion of newline in the middle of log lines.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL