0

I am successfully deploy my Django and using remote_env in the zappa yml file. One concern here is security

I split into 2 buckets

  1. env.json
  2. Django The concern right now is env.json in the remote_env is not public and Django on behalf of AWS Lambda is unable to read it. Then my zappa raises 500

I had posted my question in the zappa github, but people there their rarely answer the question then I decided to put my question to stackoverflow

joe
  • 8,383
  • 13
  • 61
  • 109

1 Answers1

0

Zappa does the job already. I don't need to do anything!

env.json with AccessDenied

joe
  • 8,383
  • 13
  • 61
  • 109