bright-intern-41366
04/28/2021, 9:51 AMLambda
function with Pulumi, however, I only found a way to add, only if package is a node_modue.
Is there anyway to add package outside of node_modules .
I cannot use new pulumi.asset.FileArchive("./file.zip")
since I write code inside new aws.lambda.CallbackFunction()
.
Any help guys..damp-school-17708
04/28/2021, 11:24 AMbright-intern-41366
04/29/2021, 6:55 AM'new pulumi.asset.FileArchive("./file.zip")'
.damp-school-17708
04/29/2021, 7:37 AMbright-intern-41366
04/29/2021, 8:01 AMserverless
for Lambda and provision with Pulumi
, Serverless
got a lot of plugins as welldamp-school-17708
04/29/2021, 10:48 AM