We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
We need to make sure you perform concurrent calls for promises:
async fucntion getRacesAndTeam(teamId) { const races = await raceModel.fetchAll() const team = await teamModel.fetch(teamId) return { team. fixtures: fixtures.filter(x = > x.teamId === teamId) } }
We can improve these two functions
continue here:https://serverless.com/blog/common-node8-mistakes-in-lambda/
There was an error while loading. Please reload this page.