Sam Hulick
06/06/2022, 10:33 PMephemeralStorageSize: Size.gibibytes(4),
and SST says it doesn’t detect any infrastructure changes. 🤔
EDIT: oh.. shoot. the setting is completely ignored. I tried creating a new Lambda func with 1024MB of ephemeral storage and I see in AWS it’s 512MB. I am on SST 1.1.2 though, and 1.2.16 is out, so I’ll try upgrading later when I get homeFrank
new Function(stack, "Function", {
diskSize: "4 GB",
})
Frank
Sam Hulick
06/07/2022, 2:34 AMSam Hulick
06/07/2022, 2:35 AM