Skip to content

Commit 42918b3

Browse files
authored
Attempt to fix E2E Tests [e2e] (#167)
1 parent b5283dd commit 42918b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</Exec>
3434

3535
<Exec
36-
Command="aws lambda invoke --function-name $(LambdaName) --payload '@(_InputPayload, '')' $(_OutputFileName)"
36+
Command="aws lambda invoke --function-name $(LambdaName) --cli-binary-format raw-in-base64-out --payload '@(_InputPayload, '')' $(_OutputFileName)"
3737
StandardOutputImportance="low"
3838
Condition="$(TestType) == 'InvokeLambda'"
3939
/>

0 commit comments

Comments
 (0)