Skip to content

Commit c83204b

Browse files
committed
fix: remove version publish for every lambda deploy
1 parent d03a985 commit c83204b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

packages/core/src/shared/clients/lambdaClient.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ export class DefaultLambdaClient {
177177
const response = await client.send(
178178
new UpdateFunctionCodeCommand({
179179
FunctionName: name,
180-
Publish: true,
181180
ZipFile: zipFile,
182181
})
183182
)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "Lambda deploy always creates new version"
4+
}

0 commit comments

Comments
 (0)