Skip to content

Commit

Permalink
chore: self mutation (build.diff)
Browse files Browse the repository at this point in the history
Signed-off-by: monada-bot[bot] <[email protected]>
  • Loading branch information
monadabot committed Oct 8, 2024
1 parent fd64c73 commit 77f0dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@winglang/sdk/src/target-tf-aws/function.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { join } from "path";
import AdmZip from "adm-zip";
import { AssetType, Lazy, TerraformAsset } from "cdktf";
import { Construct } from "constructs";
import { ensureDirSync } from "fs-extra";
Expand Down Expand Up @@ -28,7 +29,6 @@ import {
import { makeAwsLambdaHandler } from "../shared-aws/function-util";
import { IInflightHost, Resource } from "../std";
import { Duration } from "../std/duration";
import AdmZip from "adm-zip";

/**
* Function names are limited to 64 characters.
Expand Down

0 comments on commit 77f0dc8

Please sign in to comment.