const mappedArray = await Promise.all( array.map(p => { return getPromise(p).then(i => i.Item); }) );