Web2py Zappa AWSLamda

77 views Asked by At

Can someone please tell me, How can I deploy the Web2py Application to AWS Lamda using zappa. The configuration for django is somewhat this:

{ 
"dev": {
  "django_settings": "frankie.settings", 
  "s3_bucket": "zappatest-code" 
  } 
}

Any help would be much appreciated.

0

There are 0 answers