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

feat(release): Add an AWS Lambda ready archive in the releases #2425

Merged
merged 2 commits into from
Sep 24, 2024

Conversation

thomaspoignant
Copy link
Owner

Description

When releasing GO Feature Flag we will now build and put as an archive a ready-to-be-used AWS lambda binary.

Why is ready for AWS Lambda?

  • The archive is a zip.
  • The binary name inside the zip is bootstrap.
  • It has been build as linux arm64 target.

Closes issue(s)

Resolve #2405

Checklist

  • I have tested this code
  • I have updated the documentation (README.md and /website/docs)
  • I have followed the contributing guide

Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
Copy link

netlify bot commented Sep 24, 2024

Deploy Preview for go-feature-flag-doc-preview ready!

Name Link
🔨 Latest commit c196bd7
🔍 Latest deploy log https://app.netlify.com/sites/go-feature-flag-doc-preview/deploys/66f290281a995100080e975f
😎 Deploy Preview https://deploy-preview-2425--go-feature-flag-doc-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Sep 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.02%. Comparing base (2659d12) to head (c196bd7).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2425   +/-   ##
=======================================
  Coverage   86.02%   86.02%           
=======================================
  Files         102      102           
  Lines        3801     3801           
=======================================
  Hits         3270     3270           
  Misses        405      405           
  Partials      126      126           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
@thomaspoignant thomaspoignant marked this pull request as ready for review September 24, 2024 10:12
@thomaspoignant thomaspoignant merged commit 1a266d6 into main Sep 24, 2024
21 checks passed
@thomaspoignant thomaspoignant deleted the goreleaser-lambda branch September 24, 2024 11:57
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.

(doc) AWS Lambda deployement documentation explain where to get artifacts
1 participant