jorgebastida / gordon

λ Gordon is a tool to create, wire and deploy AWS Lambdas using CloudFormation
Other
2.05k stars 137 forks source link

Add python3.6 runtime #146

Closed candlerb closed 6 years ago

candlerb commented 7 years ago
    _default_runtime = 'python2.7'
    _runtimes = {
        'python': 'python2.7',
        'python2.7': 'python2.7',
        'python2': 'python2.7'
    }

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

chuckoy commented 6 years ago

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

jakul commented 6 years ago

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

heri16 commented 6 years ago

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

chuckoy commented 6 years ago

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

jorgebastida commented 6 years ago

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!