FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add an "R only" layer for mixing R with other runtimes by kgutwin · Pull Request #59 · bakdata/aws-lambda-r-runtime · GitHub

Add an "R only" layer for mixing R with other runtimes - #59

Open
kgutwin wants to merge 1 commit into
bakdata:masterfrom
kgutwin:r-layer
Open

Add an "R only" layer for mixing R with other runtimes#59
kgutwin wants to merge 1 commit into
bakdata:masterfrom
kgutwin:r-layer

Conversation

kgutwin commented May 29, 2020

Copy link
Copy Markdown

My use case is primarily based on another language runtime (python) but would like to be able to also call R scripts. The build framework here only needs slight tweaks to deploy an "R only" layer that is suitable for combining with all other runtimes.

This PR currently only contains the changes to the build scripts to build and deploy the "R only" layer. Updates to the documentation and test framework can follow later if desired.

Also note that replacing the chown call with docker run --user $(id -u) should resolve issue #52.

Thanks!

kgutwin commented May 29, 2020

Copy link
Copy Markdown
Author

I'm not sure why this test is failing, I doubt it has anything to do with my changes.

self.assertEqual(1, len(result))

When I ran python3 -m unittest on my system, it failed here as well, although that was due to bad AWS credentials. When I fixed my AWS credentials, this test passed. Is this test dependent on AWS API access somehow?

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL