Skip to content

Commit

Permalink
fix(functions): available lambda runtimes not up to date (#8472)
Browse files Browse the repository at this point in the history
Co-authored-by: Ubuntu <ubuntu@ip-172-31-52-143.ec2.internal>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Aug 5, 2020
1 parent aaa2c13 commit cf33dcb
Showing 1 changed file with 5 additions and 7 deletions.
Expand Up @@ -21,21 +21,19 @@ import { Subject, Observable } from 'rxjs';
import { s3BucketNameValidator } from 'amazon/aws.validators';

const availableRuntimes = [
'nodejs',
'nodejs4.3',
'nodejs6.10',
'nodejs8.10',
'nodejs10.x',
'nodejs12.x',
'java8',
'java11',
'python2.7',
'python3.6',
'python3.7',
'dotnetcore1.0',
'dotnetcore2.0',
'python3.8',
'dotnetcore2.1',
'nodejs4.3-edge',
'dotnetcore3.1',
'go1.x',
'ruby2.5',
'ruby2.7',
'provided',
];

Expand Down

0 comments on commit cf33dcb

Please sign in to comment.