feat(Model): fetch tableName from (SSM) Parameter Store #33
Annotations
24 warnings
setup
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3.1.0, actions/setup-node@v3.5.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3.1.0, actions/setup-node@v3.5.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3.1.0, actions/setup-node@v3.5.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint:
src/base-model.ts#L47
'_' is assigned a value but never used
|
lint:
src/base-model.ts#L63
Unexpected any. Specify a different type
|
lint:
test/batch-write.spec.ts#L105
'hashkey' is assigned a value but never used
|
lint:
test/batch-write.spec.ts#L118
'rangekey' is assigned a value but never used
|
lint:
test/query.spec.ts#L776
Forbidden non-null assertion
|
lint:
test/query.spec.ts#L790
Forbidden non-null assertion
|
lint:
test/query.spec.ts#L864
Forbidden non-null assertion
|
lint:
test/query.spec.ts#L878
Forbidden non-null assertion
|
lint:
test/query.spec.ts#L894
Forbidden non-null assertion
|
lint:
test/query.spec.ts#L908
Forbidden non-null assertion
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3.1.0, actions/setup-node@v3.5.1, rrainn/dynamodb-action@v3.0.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test:
src/base-model.ts#L47
'_' is assigned a value but never used
|
test:
src/base-model.ts#L63
Unexpected any. Specify a different type
|
test:
test/batch-write.spec.ts#L105
'hashkey' is assigned a value but never used
|
test:
test/batch-write.spec.ts#L118
'rangekey' is assigned a value but never used
|
test:
test/query.spec.ts#L776
Forbidden non-null assertion
|
test:
test/query.spec.ts#L790
Forbidden non-null assertion
|
test:
test/query.spec.ts#L864
Forbidden non-null assertion
|
test:
test/query.spec.ts#L878
Forbidden non-null assertion
|
test:
test/query.spec.ts#L894
Forbidden non-null assertion
|
test:
test/query.spec.ts#L908
Forbidden non-null assertion
|