I deployed my flask-ask application one month ago using zappa. I used the end-points in the alexa skill app. Now I want to modify some of the code which I do not have locally. I need to pull back from the zappa lib. I googled but cant find a way to get code back into system .
Asked
Active
Viewed 110 times
1 Answers
1
If the code was deployed to AWS Lambda then you can export the code from Lambda. You can do this using the AWS console or the awscli (via aws lambda get-function
).

jarmod
- 71,565
- 16
- 115
- 122