PHP in AWS Lambda Function ausführen
Tue, Sep 19, 2017 · Lesezeit 3 Min. · Application aws Azure Cloud Google Cloud Computing Internet Internet nodeJS perl php programming ·Bei der Transformation in der Cloud möchte man manchmal schnell kleine Scripts in die Cloud bringen ohne erst Server oder Container in der Cloud zu installieren. In vielen Fällen reichen Funktionen wie AWS-Lambda-Functions, Azure Functions oder Google Cloud Functions. AWS Lambda bietet dafür in Lambda folgende …
WeiterlesenAWS Lambda serverless Framework und serverless-offline
Thu, Sep 14, 2017 · Lesezeit 4 Min. · AWS Cloud Internet Javascript NodeJS npm Programming Serverless ·nodejs, npm, serverless und serverless-offline installieren serverless serverless-offline NodeJS Installation nodejs $ sudo apt-get install curl python-software-properties $ curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - $ sudo apt-get install nodejs $ node -v v8.2.1 $ npm -v 5.3.0 Installation …
WeiterlesenDa will man einmal kurz was neues installieren und dann das: foo@pi01:
# node -v foo@pi01:# node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: versionGLIBCXX_3.4.20' not found (required by node) foo@pi01:~# node: /lib/arm-linux-gnueabihf/libc.so.6: versionGLIBC_2.16' not found (required by node) Na dann fixt man …
Weiterlesen