You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: disable scan result cache check (#1012)
Update the API to no longer attempt to use cached scan
results. This is because the feature is not proving useful for
the Notify use case where most attachments are unique.
Additionally during heavy Notify sends, the cache result
lookup is causing database connection exhaustion errors.
chore: update Sentinel Forwarder TF module (#937)
Update the module to the latest version that uses an SSM parameter
to store the Sentinel auth credentials.
fix: update CloudWatch metric_transformation name (#911)
Update the Error, Warning and Unable to scan CloudWatch metrics
so that their `metric_transformation.name` is also updated to include
the API name.
chore: suppress AWS Lambda Powertools metrics warning (#905)
Update the API CloudWatch warning metric filter to ignore messages
that there are no metrics to publish.
chore: suppress missing patch CloudWatch alarms (#902)
Update the API's CloudWatch error and warning alarms to no longer trigger
if there is a missing update patch.
This is caused by the target ClamAV update server not having a patch
available yet and will resolve on its own.
fix: update scan_squeue terragrunt mock commands (#894)
Update the state mock commands so that the module plans
properly when new mock outputs are added.
feat: add alarms for the provisioned API function (#892)
Add CloudWatch alarms for the provisioned API lambda function.
Update the production `terragrunt.hcl` files with the new `api` outputs.