const url = "https://aws.amazon.com/"; export const handler = async(event) => { try { // fetch is available with Node.js 18 const res = await fetch(url); ...
確定! 回上一頁