Skip to content

Commit a455789

Browse files
committed
bump storage to 10GiB
1 parent b79a522 commit a455789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/infra/lds.export.cache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export class LdsExportCache extends Stack {
3131
runtime: Runtime.NODEJS_22_X,
3232
timeout: Duration.minutes(10),
3333
memorySize: 4096,
34-
ephemeralStorageSize: Size.gibibytes(4),
34+
ephemeralStorageSize: Size.gibibytes(10),
3535
environment: {
3636
CACHE_PREFIX: `s3://${cacheBucket.bucketName}`,
3737
KX_API_KEY: kxApiKey.stringValue,

0 commit comments

Comments
 (0)