jorgebastida / gordon

λ Gordon is a tool to create, wire and deploy AWS Lambdas using CloudFormation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add python3.6 runtime

candlerb opened this issue · comments

    _default_runtime = 'python2.7'
    _runtimes = {
        'python': 'python2.7',
        'python2.7': 'python2.7',
        'python2': 'python2.7'
    }

Seems to be missing python3.6 (and python3 alias)

+1, all that's needed to add is the setting, right?

@jorgebastida What can we do to get this PR merged?

Seems like there are a lot of PR backlogs in gordon. Seems like the project owners need another maintainer who can be active.

Last commit to master was on 6 Apr so yeah agree.

Hi! Just merged this PR, but I indeed need some help.

I did stop using gordon as part of my full time job months ago, and I can't find much time to continue working on it I'm afraid.

I'm going to try to have some discipline and help you guys merging anything you might need and do the releases, but I can't see myself implementing lot's of new things in the near future... sorry!