DianaIonita / serverless-api-gateway-caching

A plugin for the Serverless framework which helps with configuring caching for API Gateway endpoints.
ISC License
136 stars 35 forks source link

Set encryption on stage #42

Closed nason closed 5 years ago

nason commented 5 years ago

Hi thanks for this great plugin! We need to have encryption enabled full stop, and I noticed it wasn't picking up this config in my serverless.yml:

custom:
    apiGatewayCaching:
      enabled: true
      dataEncrypted: true # default is false

This change does the trick, and is working well for us now. How does this PR look to you?

matthewberryman commented 5 years ago

Can confirm this PR is working my end. Thanks @nason

screenshot 2019-02-16 13 41 11