support new ephemeral storage feature in zappa_settings.json
See original GitHub issueContext
Few days ago AWS released new feature to support /tmp
storage up to 10GB link
I wish there whould be an option to set it as part of the zappa_settings.json
file
Expected Behavior
{
"stage": {
...
"ephemeral_storage": 10240 # MBs
}
}
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
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:11
Top Results From Across the Web
Configure endpoints for the ASP.NET Core Kestrel web server
Configure a mapping between host names and HTTPS options in Configuration. For example, JSON in the appsettings.json file. SNI with ...
Read more >Lambda::Function EphemeralStorage - AWS CloudFormation
Use the AWS CloudFormation AWS::Lambda::Function.EphemeralStorage resource for Lambda.
Read more >How to persist my appsettings.json to host machine from ...
So basically since I am using Docker Toolbox for windows the host folder available to it by default is /c/Users you can check...
Read more >ConfigMaps | Developer Guide - OpenShift Documentation
... or coarse-grained information like entire configuration files or JSON blobs. ... The Kubelet only supports use of a ConfigMap for pods it...
Read more >Ephemeral Volumes - Kubernetes
The advantage of using third-party drivers is that they can offer functionality that Kubernetes itself does not support, for example storage ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m interested in this feature
Yeah sure below is my Dockerfile code let me know if you need anything else
@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