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

'Building your function' README updates #543

Closed bmoffatt closed 6 months ago

bmoffatt commented 6 months ago

Issue #, if available:

340

Description of changes:

Updates to the 'Building your function' instructions.

The diversity of Linux distributions for development environments, and the longer-than-originally-anticipated age of Amazon Linux/Amazon Linux 2, has also made the GLIBC compatibility issue somewhat more common, so added some notes about dealing with CGO.

Since this section was first written, Lambda has added support for container Images, and EC2 Graviton. Tried to call that out where relevant, and in the case of container images, added a reference to the relevant docs.aws.amazon.com

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 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (501c2f3) 72.93% compared to head (b968a06) 72.93%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #543 +/- ## ======================================= Coverage 72.93% 72.93% ======================================= Files 26 26 Lines 1456 1456 ======================================= Hits 1062 1062 Misses 322 322 Partials 72 72 ```

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