Skip to content

Instantly share code, notes, and snippets.

@rtancman
Created February 3, 2019 21:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtancman/07037641f1339c30e9fb5e6125c9c6bc to your computer and use it in GitHub Desktop.
Save rtancman/07037641f1339c30e9fb5e6125c9c6bc to your computer and use it in GitHub Desktop.
# Criando a estrutura inicial:
apex init
# Alterando estrutura para rodar python
# Executando o deploy
apex deploy
# Listando as funcoes
apex list
# Invocando seu lambda
apex invoke nome_do_lambda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment