@punks/backend-entity-manager 0.0.475 → 0.0.476

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/index.js CHANGED
@@ -41672,6 +41672,11 @@ let AwsBatchService = AwsBatchService_1 = class AwsBatchService {
41672
41672
  command: definition.invocationParams.startCommand,
41673
41673
  image: definition.infrastructureParams.dockerImage,
41674
41674
  executionRoleArn: this.awsSettings.batchExecutionRole,
41675
+ ephemeralStorage: definition.infrastructureParams.ephemeralStorageGB
41676
+ ? {
41677
+ sizeInGiB: definition.infrastructureParams.ephemeralStorageGB,
41678
+ }
41679
+ : undefined,
41675
41680
  resourceRequirements: [
41676
41681
  {
41677
41682
  type: clientBatch.ResourceType.MEMORY,