aws-lambda-r-runtime icon indicating copy to clipboard operation
aws-lambda-r-runtime copied to clipboard

unable to deploy custom runtime

Open ishanbhagawati opened this issue 5 years ago • 2 comments

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

ishanbhagawati avatar Feb 12 '20 12:02 ishanbhagawati

you need to cd into the layer you want to deploy

either runtime or recommended then run deploy.sh 3.6.0

ed-sparkes avatar Feb 12 '20 14:02 ed-sparkes

this gives me error saying

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

ishanbhagawati avatar Feb 12 '20 15:02 ishanbhagawati