Document your target environment with:
"engines": {
"npm": ">=3.3.12 <4",
"node": ">=5.5.0 <6"
},
Then install this:
"devDependencies": {
---------------------------------------------- | |
3.25 PoBs [Always re-pull PoBs right before league start to have the most updated version] | |
---------------------------------------------- | |
Aurabot: | |
https://pobb.in/JDvQLXM_0-TW | |
Spark Inquitor carry: | |
https://pobb.in/rc2V3e82Beji | |
Storm Brand Inquisitor carry: |
import { IncomingMessage } from 'http' | |
import { | |
NextApiRequestCookies, | |
NextApiRequestQuery, | |
} from 'next/dist/next-server/server/api-utils' | |
import { Socket } from 'net' | |
import { ServerResponse } from 'http' | |
import { NextApiRequest, NextApiResponse } from 'next' | |
import { Env } from 'next/dist/lib/load-env-config' |
const { docClient } = require('../services/dynamodb') | |
exports.findAllItems = async function* () { | |
let response = {} | |
let ExclusiveStartKey | |
do { | |
response = await docClient.scan({ | |
TableName: 'mytable', | |
Limit: 500, | |
ExclusiveStartKey |
Document your target environment with:
"engines": {
"npm": ">=3.3.12 <4",
"node": ">=5.5.0 <6"
},
Then install this:
"devDependencies": {