Skip to content

Commit

Permalink
fix: Updating Lambda functions available Runtimes (#10055) (#10056)
Browse files Browse the repository at this point in the history
(cherry picked from commit 669d1ed)

Co-authored-by: Christos Arvanitis <[email protected]>
  • Loading branch information
mergify[bot] and christosarvanitis committed Oct 24, 2023
1 parent e9358ab commit 25e472e
Showing 1 changed file with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
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 25e472e

Please sign in to comment.