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

A way to locally run AWS Lambda functions #4128

Merged
merged 6 commits into from
Mar 12, 2025

Conversation

antonpirker
Copy link
Member

This gives us a way to locally run and test our AWS Lambda integration, without needing a real AWS Lambda account.

This should make development of AWS Lambda support better.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@antonpirker antonpirker requested a review from sentrivana March 12, 2025 09:09
Copy link

codecov bot commented Mar 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.56%. Comparing base (e8be8ed) to head (933fbbf).
Report is 1 commits behind head on master.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4128      +/-   ##
==========================================
+ Coverage   79.51%   79.56%   +0.04%     
==========================================
  Files         140      140              
  Lines       15624    15624              
  Branches     2650     2650              
==========================================
+ Hits        12424    12431       +7     
+ Misses       2367     2360       -7     
  Partials      833      833              

see 4 files with indirect coverage changes

Copy link
Contributor

@sentrivana sentrivana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great! 🥔

See two comments. Additionally, can we rename the dir from test-lambda-locally to test_lambda_locally so that all the script dirs follow the same pattern?

antonpirker and others added 3 commits March 12, 2025 14:58

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Co-authored-by: Ivana Kellyer <ivana.kellyer@sentry.io>
@antonpirker antonpirker enabled auto-merge (squash) March 12, 2025 14:08

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@antonpirker antonpirker merged commit 42ad8df into master Mar 12, 2025
139 checks passed
@antonpirker antonpirker deleted the antonpirker/local-aws-lambda branch March 12, 2025 14:25
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.

None yet

2 participants