Skip to content
View kubek2k's full-sized avatar

Organizations

@plan3
Block or Report

Block or report kubek2k

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. lambdoku lambdoku Public

    Heroku-like experience when using AWS Lambda

    JavaScript 568 18

  2. hambdoku hambdoku Public

    Reimplementation of lambdoku using Haskell

    Haskell

  3. heroshell heroshell Public

    Heroku shell that allows you to work in context of given heroku application

    Ruby 3

  4. my-dotfiles my-dotfiles Public

    my dotfiles

    Vim Script 1 1

  5. chunkwm.nix chunkwm.nix Public

    nix expression to build chunkwm

    Nix 6 1

  6. Short tutorial on how to run any sta... Short tutorial on how to run any statically linked binary on lambda
    1
    # Preamble 
    2
    
                  
    3
    The introduction of Custom Runtimes has opened up new possibilities when it comes to the spectrum of languages that can
    4
    be used in Amazon Lambda. This short document will show how to run virtually any statically linked binary on it. The 
    5
    example will cover a stack built Haskell project.