We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5283dd commit 42918b3Copy full SHA for 42918b3
examples/Directory.Build.targets
@@ -33,7 +33,7 @@
33
</Exec>
34
35
<Exec
36
- Command="aws lambda invoke --function-name $(LambdaName) --payload '@(_InputPayload, '')' $(_OutputFileName)"
+ Command="aws lambda invoke --function-name $(LambdaName) --cli-binary-format raw-in-base64-out --payload '@(_InputPayload, '')' $(_OutputFileName)"
37
StandardOutputImportance="low"
38
Condition="$(TestType) == 'InvokeLambda'"
39
/>
0 commit comments