Miserlou / Zappa

Serverless Python
https://blog.zappa.io/
MIT License
11.89k stars 1.2k forks source link

Configurable API Gateway Cache Cluster TTL #183

Open Miserlou opened 8 years ago

Miserlou commented 8 years ago

Zappa’s documentation lists cache_cluster_enabled and cache_cluster_size properties for deployment environments in zappa_settings.json. We need a similar one for API Gateway’s cache TTL.

Miserlou commented 8 years ago

I imagine it's here: https://github.com/Miserlou/Zappa/blob/master/zappa/zappa.py#L752

Miserlou commented 8 years ago

Virtually assigning this to @NathanLawrence

Miserlou commented 8 years ago

Any progress, @NathanLawrence?