Skip to content

Commit

Permalink
fix: added request response invoke type
Browse files Browse the repository at this point in the history
  • Loading branch information
brycegoh committed Nov 27, 2023
1 parent b59f7be commit 27f26c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fire-cloud/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ async function invokeAnalytics(nodeId, rowId, temp, flameValue) {
console.log("Invoking lambda function...");
const command = new InvokeCommand({
FunctionName: "greendot-analytics",
InvocationType: "RequestResponse",
Payload: JSON.stringify({
nodeId: nodeId,
rowId: rowId,
Expand Down

0 comments on commit 27f26c3

Please sign in to comment.