These days it is possible to deploy a function from Jupiter Notebook in less than a minute.
$ git clone https://github.com/RodionChachura/deploy-notebook.git
$ cd deploy-notebook # set credentials in main.tf
$ . ./cook_notebook.sh
$ terraform init
$ terraform apply
$ curl --request POST --data '{"a": 3, "b": 4}' <URL_FROM_OUTPUT>/function
$ . ./deploy.sh tf-lambda tf-lambdas function.zip
- Python
- Jupyter Notebook
- AWS Lambda
- Terraform
MIT © RodionChachura