You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating events for scheduling in zappa_settings.json, the API Gateway and Lambda function are disconnected.
The "zappa unschedule " command also disconnects the two services, is there a solution?
The text was updated successfully, but these errors were encountered:
hidekuma
changed the title
The "zappa unschedule <stage>" command also disconnects the two services
The "zappa unschedule <stage>" command disconnects the two services
Feb 4, 2021
hidekuma
changed the title
The "zappa unschedule <stage>" command disconnects the two services
The "zappa update <stage>" command, API Gateway and Lambda function are disconnected.
Feb 4, 2021
hidekuma
changed the title
The "zappa update <stage>" command, API Gateway and Lambda function are disconnected.
The "zappa update <stage>" command disconnects API Gateway and Lambda function.
Feb 4, 2021
When creating events for scheduling in zappa_settings.json, the API Gateway and Lambda function are disconnected.
The "zappa unschedule " command also disconnects the two services, is there a solution?
Context
Python 3.7, with pyenv, virtualenv
then
API Gateway and Lambda functions are disconnected.
Expected Behavior
The connection between API Gateway and Lambda is not interrupted, and the registered event bridges must be applied.
Actual Behavior
API Gateway and Lambda functions are disconnected.
Possible Fix
Steps to Reproduce
Your Environment
pip freeze
:zappa_settings.json
:The text was updated successfully, but these errors were encountered: