Describe the feature
Lambda now has ephemeral storage size, which was added #19605. However, BucketDeployment creates a lambda function internally, and this setting is missing from there.
Use Case
Uploading big files is only possible via EFS volumes and VPC setup, as it hits ephemeral disk limit. Now we don't have to deal with this limitation anymore.
Proposed Solution
Add the parameter to BucketDeployment constructor, as was added to the lambda Function constructor, and similarly how memory size is present in the BucketDeyployment constructor already.
Other Information
No response
Acknowledgements
CDK version used
2.20.0 (build 738ef49)
Environment details (OS name and version, etc.)
Linux Mint 19
Describe the feature
Lambda now has ephemeral storage size, which was added #19605. However, BucketDeployment creates a lambda function internally, and this setting is missing from there.
Use Case
Uploading big files is only possible via EFS volumes and VPC setup, as it hits ephemeral disk limit. Now we don't have to deal with this limitation anymore.
Proposed Solution
Add the parameter to BucketDeployment constructor, as was added to the lambda Function constructor, and similarly how memory size is present in the BucketDeyployment constructor already.
Other Information
No response
Acknowledgements
CDK version used
2.20.0 (build 738ef49)
Environment details (OS name and version, etc.)
Linux Mint 19