Added a new pattern Resilience Backup Restore using Native AWS Services #610
Triggered via pull request
December 21, 2023 13:30
Status
Success
Total duration
13m 34s
Artifacts
–
Annotations
7 warnings
build (18)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (18):
lib/resilience/backup_restore/backup/aws/index.ts#L13
'id' is defined but never used. Allowed unused args must match /^_/u
|
build (18):
lib/resilience/backup_restore/backup/aws/index.ts#L13
'props' is defined but never used. Allowed unused args must match /^_/u
|
build (18):
lib/resilience/backup_restore/backup/aws/index.ts#L98
'kmsAlias' is assigned a value but never used
|
build (18):
lib/resilience/backup_restore/restore/aws/index.ts#L13
'id' is defined but never used. Allowed unused args must match /^_/u
|
build (18):
lib/resilience/backup_restore/restore/aws/index.ts#L13
'props' is defined but never used. Allowed unused args must match /^_/u
|
build (18):
lib/resilience/backup_restore/restore/aws/index.ts#L99
'kmsAlias' is assigned a value but never used
|