aws / aws-lambda-go

Libraries, samples and tools to help Go developers develop AWS Lambda functions.
Apache License 2.0
3.58k stars 548 forks source link

Update README.md #519

Closed luizarnoldch closed 8 months ago

luizarnoldch commented 9 months ago

I found a bug in my linux compilation, When i compile the code with main.go in the same directory, i get an error of compiling. So i want to help all who wants to aumatizate and only get the binary code.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

codecov-commenter commented 9 months ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (771b391) 72.63% compared to head (89d5c39) 72.63%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #519 +/- ## ======================================= Coverage 72.63% 72.63% ======================================= Files 26 26 Lines 1407 1407 ======================================= Hits 1022 1022 Misses 314 314 Partials 71 71 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

bmoffatt commented 8 months ago

This project's README is fairly minimal, and isn't the right place to add troubleshooting steps. If you've come across an error in the one of the walkthroughs on docs.aws.amazon.com, you can provide feedback via the "Provide feedback" link at the bottom of most pages.