Skip to content

Commit efbfaa5

Browse files
committed
done with adding aws
1 parent ad09f72 commit efbfaa5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/adding-the-aws-sdk.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export default {
3131
query: params => client.query(params).promise(),
3232
update: params => client.update(params).promise(),
3333
delete: params => client.delete(params).promise(),
34+
scan: params => client.scan(params).promise(),
3435
}
3536
```
3637

0 commit comments

Comments
 (0)