Skip to content

Commit

Permalink
fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
tmokmss committed Jan 15, 2022
1 parent d031faa commit 1b5bc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk/lib/api/hotswap/lambda-functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ async function isLambdaFunctionCodeOnlyChange(
code = {
s3Bucket,
s3Key,
functionCodeZip,
imageUri,
functionCodeZip,
};
}
break;
Expand Down

0 comments on commit 1b5bc41

Please sign in to comment.