-
Notifications
You must be signed in to change notification settings - Fork 10
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
AWS - SNS publisher and lambda code #675
base: master
Are you sure you want to change the base?
Conversation
lukemun
commented
Jan 30, 2025
•
edited
Loading
edited
- Script for upload 20 sns inventory update messages
- contains a negative inv value which will throw an error
- lambda function and corresponding libraries which are manually zipped and uploaded to AWS
- Also updates .gitignore for python .venv
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
Bundle ReportBundle size has no change ✅ |
aws/lambda_demo/urllib3/contrib/emscripten/emscripten_fetch_worker.js
Dismissed
Show dismissed
Hide dismissed
aws/lambda_demo/urllib3/contrib/emscripten/emscripten_fetch_worker.js
Dismissed
Show dismissed
Hide dismissed
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. ❌ Your project check has failed because the head coverage (30.10%) is below the target coverage (35.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #675 +/- ##
==========================================
- Coverage 34.13% 30.10% -4.03%
==========================================
Files 37 38 +1
Lines 920 940 +20
Branches 111 113 +2
==========================================
- Hits 314 283 -31
- Misses 589 640 +51
Partials 17 17
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added comments to find relevant code easier
|
||
return messages | ||
|
||
def usage_demo(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Start of upload script
return latency | ||
|
||
@serverless_function | ||
def lambda_handler(event, context): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lambda function (used for both SQS right now)
3b577a8
to
2aa0a8a
Compare
Work in progress
2aa0a8a
to
03e2515
Compare