increase lambda layer storage #26086
-
how can i increase lambda layers storage to 10gb using docker with step functions |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Answer: This seems more like a Lambda question than a CDK question, have you tried following Lambda documentation and blogposts? You can't directly increase lambda layer storage, but you can include the layer in your container image per my understanding. At that point all you have to do is specify the image appropriately in your Lambda CDK function |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Answer: This seems more like a Lambda question than a CDK question, have you tried following Lambda documentation and blogposts? You can't directly increase lambda layer storage, but you can include the layer in your container image per my understanding. At that point all you have to do is specify the image appropriately in your Lambda CDK function