Skip to content

ankithkonda/deploy-notebook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deploy-notebook

all text

run locally:

$ 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

update function code:

$ . ./deploy.sh tf-lambda tf-lambdas function.zip

License

MIT © RodionChachura

About

Deploy Jupyter Notebook to AWS Lambda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 72.8%
  • Jupyter Notebook 19.7%
  • Shell 7.5%