white-cat-90296
08/19/2021, 10:29 AM{
path: "/source",
method: "GET",
eventHandler: (req, ctx, cb) => {
cb(undefined, {
statusCode: 200,
body: Buffer.from(JSON.stringify({ name: "AWS" }), "utf8").toString("base64"),
isBase64Encoded: true,
headers: { "content-type": "application/json" },
})
}
}
great-sunset-355
08/19/2021, 2:44 PMwhite-cat-90296
08/20/2021, 7:51 AMminiature-musician-31262
08/21/2021, 3:55 PMgreat-sunset-355
08/22/2021, 7:36 AM.zip
file for lambda in a repository that contains lambda functions with multiple runtime languages? The ultimate goal is to upload a .zip
with all dependencies (or a portion if using Lambda Layers)freezing-van-87649
09/16/2021, 9:42 PM