You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using defineFunction with Amplify Gen2, function has an ephemeral storage size of 512 MB.
I will get an error No space left on device when dealing with large size files in Lambda functions.
I would like to increase the size of the ephemeral storage with ephemeralStorageSize option.
The text was updated successfully, but these errors were encountered:
Environment information
Describe the feature
I would like to add an option to defineFunction to specify the size of ephemeral storage.
See:
Use case
When using defineFunction with Amplify Gen2, function has an ephemeral storage size of 512 MB.
I will get an error
No space left on device
when dealing with large size files in Lambda functions.I would like to increase the size of the ephemeral storage with ephemeralStorageSize option.
The text was updated successfully, but these errors were encountered: