AWS Lambda ist ein Rechendienst, mit dem Sie Code ausführen können, ohne Server verwalten zu müssen. (Nicht zu verwechseln mit dem [Lambda] -Tag, das sich stattdessen auf eine Art von Funktion bezieht).
Ich habe eine serverlose Lambda- Funktion, in der ich eine Methode auslösen (aufrufen) und vergessen möchte Ich mache es so // myFunction1 const params = { FunctionName: "myLambdaPath-myFunction2", InvocationType: "Event", Payload: JSON.stringify(body), }; console.log('invoking lambda function2'); // Able to log this line lambda.invoke(params, function(err, data) { if (err) { console.error(err, …
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.