Sha256: 6d0eaefc19c14453ebd0f18a7af44724ae0b7e9efc29c370170f4cfe44e81e9c

Contents?: true

Size: 389 Bytes

Versions: 22

Compression:

Stored size: 389 Bytes

Contents

module Jets::Cfn::TemplateBuilders::FunctionProperties
  class PythonBuilder < BaseBuilder
    def default_handler
      @task.full_handler(:lambda_handler) # IE: handlers/controllers/posts/show.lambda_handler
    end

    # https://docs.aws.amazon.com/lambda/latest/dg/API_CreateFunction.html#SSS-CreateFunction-request-Runtime
    def default_runtime
      "python3.6"
    end
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
jets-0.8.0 lib/jets/cfn/template_builders/function_properties/python_builder.rb
jets-0.7.1 lib/jets/cfn/template_builders/function_properties/python_builder.rb
jets-0.7.0 lib/jets/cfn/template_builders/function_properties/python_builder.rb
jets-0.6.9 lib/jets/cfn/template_builders/function_properties/python_builder.rb
jets-0.6.8 lib/jets/cfn/template_builders/function_properties/python_builder.rb
jets-0.6.7 lib/jets/cfn/template_builders/function_properties/python_builder.rb
jets-0.6.6 lib/jets/cfn/template_builders/function_properties/python_builder.rb
jets-0.6.5 lib/jets/cfn/template_builders/function_properties/python_builder.rb
jets-0.6.4 lib/jets/cfn/template_builders/function_properties/python_builder.rb
jets-0.6.3 lib/jets/cfn/template_builders/function_properties/python_builder.rb
jets-0.6.2 lib/jets/cfn/template_builders/function_properties/python_builder.rb
jets-0.6.1 lib/jets/cfn/template_builders/function_properties/python_builder.rb
jets-0.6.0 lib/jets/cfn/template_builders/function_properties/python_builder.rb
jets-0.5.8 lib/jets/cfn/template_builders/function_properties/python_builder.rb
jets-0.5.7 lib/jets/cfn/template_builders/function_properties/python_builder.rb
jets-0.5.6 lib/jets/cfn/template_builders/function_properties/python_builder.rb
jets-0.5.5 lib/jets/cfn/template_builders/function_properties/python_builder.rb
jets-0.5.4 lib/jets/cfn/template_builders/function_properties/python_builder.rb
jets-0.5.3 lib/jets/cfn/template_builders/function_properties/python_builder.rb
jets-0.5.2 lib/jets/cfn/template_builders/function_properties/python_builder.rb