We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally from: Miserlou/Zappa#2152 by jaredhobbs
fixes Miserlou/Zappa#2139
management.call_command wasn't working for quoted arguments (such as manage "shell -c 'import os; print(os.listdir())'")
manage "shell -c 'import os; print(os.listdir())'"
Miserlou/Zappa#2139
The text was updated successfully, but these errors were encountered:
'manage' is for django management commands.
For running arbitrary code in your lambda use, remote-function-invocation.
old migrated issue, closing.
Sorry, something went wrong.
No branches or pull requests
Originally from: Miserlou/Zappa#2152 by jaredhobbs
fixes Miserlou/Zappa#2139
Description
management.call_command wasn't working for quoted arguments (such as
manage "shell -c 'import os; print(os.listdir())'"
)GitHub Issues
Miserlou/Zappa#2139
The text was updated successfully, but these errors were encountered: