Closed
Bug 1691999
Opened 5 years ago
Closed 5 years ago
update socorro-submitter dev environment
Categories
(Socorro :: General, task, P2)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
Details
Attachments
(1 file)
The socorro-submitter runs as an AWS Lambda job. The scaffolding to build a dev environment that lets us build, test, and invoke the submitter as if it were running in AWS Lambda is pretty stale. The last time I updated it was September 2020 and a lot of things have changed since then.
This bug covers the following work:
- update bash scripts to use
set -euo pipefailso we catch unset variables - update lambci/lambda and python Docker images used
- rework userid/groupid so it can take variables so it doesn't create permissions problems
- update the
requirements-runtime.txtfile - update README and fix anything that's out of date; also mention how to build the
requirements-runtime.txtfile - cover whatever else comes out of that
The end result will be an updated project that we can build, test, invoke, and deploy.
| Assignee | ||
Comment 1•5 years ago
|
||
Grabbing this because I'm working on it now so I can then go do this thing I need to do and also fix bug #1680067.
Assignee: nobody → willkg
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•5 years ago
|
||
| Assignee | ||
Comment 3•5 years ago
|
||
| Assignee | ||
Comment 4•5 years ago
|
||
This deployed just now in bug #1692315 . Marking as FIXED.
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•