Skip to content

Commit 2042a1b

Browse files
committed
Merge branch 'develop'
2 parents 9b3be19 + 38c1b6b commit 2042a1b

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

bin/darwin/lambda-local

0 Bytes
Binary file not shown.

bin/linux/lambda-local

0 Bytes
Binary file not shown.

lambda/lambda.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,7 @@ func ExecuteDockerLambda(volume string, net string, handler string, runtime stri
124124
fmt.Println(err)
125125
}
126126

127+
cli.ContainerRemove(ctx, resp.ID, types.ContainerRemoveOptions{})
128+
127129
return result, str
128130
}

0 commit comments

Comments
 (0)