We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b79a522 commit a455789Copy full SHA for a455789
src/infra/lds.export.cache.ts
@@ -31,7 +31,7 @@ export class LdsExportCache extends Stack {
31
runtime: Runtime.NODEJS_22_X,
32
timeout: Duration.minutes(10),
33
memorySize: 4096,
34
- ephemeralStorageSize: Size.gibibytes(4),
+ ephemeralStorageSize: Size.gibibytes(10),
35
environment: {
36
CACHE_PREFIX: `s3://${cacheBucket.bucketName}`,
37
KX_API_KEY: kxApiKey.stringValue,
0 commit comments