bakdata / aws-lambda-r-runtime

Serverless execution of R code on AWS Lambda
https://medium.com/bakdata/running-r-on-aws-lambda-9d40643551a6
MIT License
143 stars 52 forks source link

unable to deploy custom runtime #53

Open ishanbhagawati opened 4 years ago

ishanbhagawati commented 4 years ago

Hi I have followed the steps

i am able to run ./docker_build.sh 3.6.0 followed by ./build.sh 3.6.0

however I am not able to find /deploy.sh file and if I use the deploy.sh available at the root it fails with the following error aws: error: the following arguments are required: --template-file

here are my details

aws-cli/1.16.55 Python/3.7.1 Darwin/18.7.0 botocore/1.13.32

ed-sparkes commented 4 years ago

you need to cd into the layer you want to deploy

either runtime or recommended then run deploy.sh 3.6.0

ishanbhagawati commented 4 years ago

this gives me error saying

aws: error: the following arguments are required: --content