Selim Reza

Results 9 comments of Selim Reza

same error getting in a different way: ``` (venv) selim@sr ms % zappa deploy dev Calling deploy for stage dev.. Creating ms-dev-ZappaLambdaExecutionRole IAM Role.. Creating zappa-permissions policy on ms-dev-ZappaLambdaExecutionRole IAM...

@maitrayeeconnectbud please check your log you can check log from your PC : $ zappa tail it's indicating the issue with API gateway . can you share your `zappa_config` file...

my `zappa_settings`... this is working perfectly. : "dev": { "s3_bucket": "project-dev", "app_function": "manage.app", "profile_name": "default", "project_name": "projectName", "runtime": "python3.6", "aws_region": "ap-...........-1", "apigateway_enabled": false, "manage_roles": false, "role_name": "ZappaPythonRole", "role_arn": "arn:aws:iam::1234567890:role/ZappaPythonRole", "delete_s3_zip":...

@gummybuns For this error: `invalid ELF header ` please use `python-jose` to decode your token. ( https://pypi.org/project/python-jose/ ) This will help in lambda

@valkczr yes, it is because of your IAM / role permission issue. For testing allow administrative full access for the role or IAM. Then you will get live URL

Dear Anam I use Mac osx and Ubuntu 16.04.. Also tried to host gator shared Linux server. Would you please guide me On 27 Oct 2016 06:13, "Anam Hossain" [email protected]...

Dear Mr. Anam, Would you please share your latest repo so that I can check and resolve? On Wed, May 2, 2018 at 3:26 PM, umerzafar2003 wrote: > i am...