Theo Pack

Results 7 issues of Theo Pack

I've added a simple dockerfile so it is easier to start your own server.

Hi, I've added a docker install alternative to use the existing dockerfile. For some people this might be easier since no prerequisites are necessary.

The example lambda function `alexa-skills-kit-nodejs-factskill` is using other npm dependencies than the custom code. So when I was creating my first alexa skill (with the help of this awesome tutorial...

Hi, I've updated the node version in the dockerfile and changed the used user to aws-es-kibana for security reasons. The user was already been created, but not used.

Hi, I've added a check if an AWS Profile is set. Otherwise you get an error in environments, where no .aws/credentials file exists (e.g. when you only use the AWS...

Hi, I've created a Dockerfile, so that it is possible to build a docker container and run it in a container, without the need of a local ruby installation.

Hi, I like this overview of serverless frameworks for kubernetes with small examples. So I created a example for nuclio, which you can add to the list of examples if...