-
Notifications
You must be signed in to change notification settings - Fork 365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support new ephemeral storage feature in zappa_settings.json #1120
Comments
👍🏻 |
The PR is still open, so I expect no. I resorted to this in my CI pipeline:
I don't know that this requires a full 30 seconds, but zappa update immediately followed by the configuration update returned an error that the lambda was still updating. |
Thanks @mdw123 for your suggestion |
@souravjamwal77 docker image may not be an option. I've tested PR #1125 and it works fine. |
Support AWS Lambdas ephemeral storage setting (zappa#1120)
Support AWS Lambdas ephemeral storage setting (zappa#1120)
@souravjamwal77 can you share you docker based solution? |
Yeah sure below is my Dockerfile code
@elip-OE ping me if you need any further help If you need help with deployment script (and that's not perfect, but works) let me know |
@souravjamwal77 thanks for your help. I have very similar Dockerfile, but I don't have a write permission to any directory. have you done anything to allow more storage? |
I'm interested in this feature |
This issue has been marked as nest-release-candidate and will be added in the next release. |
Hi there! Unfortunately, this Issue has not seen any activity for at least 90 days. If the Issue is still relevant to the latest version of Zappa, please comment within the next 10 days if you wish to keep it open. Otherwise, it will be automatically closed. |
Hi there! Unfortunately, this Issue was automatically closed as it had not seen any activity in at least 100 days. If the Issue is still relevant to the latest version of Zappa, please open a new Issue. |
Context
Few days ago AWS released new feature to support
/tmp
storage up to 10GB linkI wish there whould be an option to set it as part of the
zappa_settings.json
fileExpected Behavior
would set my function to 10GB storage on
/tmp
Actual Behavior
N/A
Possible Fix
N/A
Steps to Reproduce
N/A
Your Environment
N/A
The text was updated successfully, but these errors were encountered: