cds-snc / notification-planning-core

Project planning for GC Notify Core Team
0 stars 0 forks source link

Automate the update of Sentinel layers #452

Closed ben851 closed 1 day ago

ben851 commented 3 weeks ago

Description

As a developer of notify, I want our system to automatically update to the latest sentinel lambda image layer so that we don't end up with broken EKS deploys during BCP.

WHY are we building?

The dev create fails if the sentinel lambda layer is not the latest provided by SRE.

WHAT are we building?

Implement a method to automate the update of the lambda layer based off of when SRE deploys new versions.

VALUE created by our solution

BCP readiness

Acceptance Criteria

Given some context, when (X) action occurs, then (Y) outcome is achieved.

QA Steps

ben851 commented 2 weeks ago

Implemented an external data source that executes a script to fetch the latest lambda layer version. Merged to staging.

P0NDER0SA commented 2 weeks ago

Have to check this on Tuesday