aws-lambda-r-runtime:在AWS Lambda上无服务器执行R代码

时间:2024-02-19 19:16:08
【文件属性】:

文件名称:aws-lambda-r-runtime:在AWS Lambda上无服务器执行R代码

文件大小:33KB

文件格式:ZIP

更新时间:2024-02-19 19:16:08

aws r aws-lambda serverless AmazonWebServicesPython

aws-lambda-r-runtime 通过此项目,可以轻松运行用R编写的AWS Lambda函数。 例 要运行该示例,我们需要创建一个执行lambda的IAM角色。 该角色应具有以下属性: 受信任的实体– Lambda。 权限– AWSLambdaBasicExecutionRole。 此外,您需要当前版本的AWS CLI。 然后创建一个使用R运行时层的lambda函数: cd example/ chmod 755 script.R zip function.zip script.R # current region region= $( aws configure get region ) # latest runtime layer ARN for R 3.6.0 in most regions # for an accurate list, please have a look at the deploy section of the travis ci build log # https://travis-ci.com/bakdata/aws-lambda-r-


【文件预览】:
aws-lambda-r-runtime-master
----.gitignore(75B)
----Dockerfile(1KB)
----recommended()
--------build.sh(468B)
--------deploy.sh(488B)
----integration_test.sh(1KB)
----.travis.yml(2KB)
----remote_compile_and_deploy.sh(1KB)
----LICENSE(1KB)
----Pipfile.lock(20KB)
----runtime()
--------src()
--------build.sh(497B)
--------deploy.sh(472B)
----README.md(10KB)
----tests()
--------test_runtime.py(9KB)
--------R()
--------test_aws.py(2KB)
--------__init__.py(1KB)
--------test_matrix.py(1KB)
--------test_api.py(809B)
--------sam.py(4KB)
----example()
--------.gitignore(13B)
--------script.R(45B)
--------matrix.R(78B)
----Pipfile(185B)
----template.yaml(1KB)
----build.sh(328B)
----deploy.sh(1KB)
----.gitattributes(17B)
----docker_build.sh(202B)
----test-template.yaml(3KB)
----awspack()
--------compile.sh(391B)
--------entrypoint.sh(215B)
--------build.sh(448B)
--------deploy.sh(472B)
----r()
--------compile.sh(1KB)
--------build.sh(352B)

网友评论