Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Node8.10 Lambda runtime #187

Merged
merged 1 commit into from
Jul 2, 2018

Commits on Jul 2, 2018

  1. Add support for Node8.10 Lambda runtime (#187)

    Also, re-model LambdaRuntime as a class to allow customers to use
    runtimes that are not yet part of the modelled list, optionally with
    support for inline code.
    
    The `InlinableLambdaRuntime` class is mostly provided to allow for a
    strictly typed interface in `InlineJavaScriptLambda`.
    
    Fixes #188
    Fixes #203
    RomainMuller committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    f7a5c3b View commit details
    Browse the repository at this point in the history