Skip to content

Commit

Permalink
Support s3.GetObject (use ReadableStream for io.ReadCloser)
Browse files Browse the repository at this point in the history
  • Loading branch information
joanlopez committed Jun 11, 2024
1 parent 8940d21 commit 73788e0
Show file tree
Hide file tree
Showing 8 changed files with 134 additions and 104 deletions.
2 changes: 1 addition & 1 deletion eventbridge.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func (c *EventBridgeClient) {{ .Name }}({{ .FunctionCall }}) sobek.Value {
panic(err)
}
val, err := toSobekObject(c.vu.Runtime(), out)
val, err := toSobekObject(c.vu, out)
if err != nil {
panic(err)
}
Expand Down
Loading

0 comments on commit 73788e0

Please sign in to comment.