Skip to content

Commit

Permalink
fix: Updating Lambda functions available Runtimes (#10055)
Browse files Browse the repository at this point in the history
  • Loading branch information
christosarvanitis committed Oct 24, 2023
1 parent c0c1f52 commit 669d1ed
Showing 1 changed file with 11 additions and 5 deletions.
Expand Up @@ -20,20 +20,26 @@ import type { IAmazonFunction } from '../../domain';
import type { IAmazonFunctionUpsertCommand } from '../../index';

const availableRuntimes = [
'nodejs10.x',
'nodejs12.x',
'nodejs14.x',
'nodejs16.x',
'nodejs18.x',
'java8',
'java8.al2',
'java11',
'python2.7',
'python3.6',
'java17',
'python3.7',
'python3.8',
'dotnetcore2.1',
'python3.9',
'python3.10',
'dotnetcore3.1',
'dotnet7',
'dotnet6',
'dotnet5.0',
'go1.x',
'ruby2.5',
'ruby2.7',
'provided',
'provided.al2',
];

export interface IFunctionProps {
Expand Down

0 comments on commit 669d1ed

Please sign in to comment.