Closed Bug 1563225 Opened 5 years ago Closed 5 years ago

Deploy the lambda to update the Public Suffix List data on Remote Settings

Categories

(Cloud Services :: Server: Remote Settings, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: leplatrem, Assigned: wezhou)

References

Details

A lambda was implemented to update the PSL data on Remote Settings:
https://github.com/mozilla-services/remote-settings-lambdas/pull/373

This lambda could run every day (or twice a day). It is a no-op when the PSL is already up-to-date.

Assignee: mathieu → wezhou

I found our last operator left a branch behind for this, and I filed a PR using that branch.

https://github.com/mozilla-services/cloudops-deployment/pull/3338

The lambda has the following error in both -stage and -prod environments.

START RequestId: d3f97a0f-0551-44b0-9742-4b00c02fff66 Version: $LATEST
Handler 'publish_dafsa' missing on module 'aws_lambda': module 'aws_lambda' has no attribute 'publish_dafsa'

END RequestId: d3f97a0f-0551-44b0-9742-4b00c02fff66
REPORT RequestId: d3f97a0f-0551-44b0-9742-4b00c02fff66	Duration: 1.69 ms	Billed Duration: 100 ms 	Memory Size: 1024 MB	Max Memory Used: 26 MB	

This lambda has been deployed to -stage and -prod and running.

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
See Also: → 1786310
You need to log in before you can comment on or make changes to this bug.