Skip to content

Commit

Permalink
Update extend-config-schema.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyzwezdin authored Dec 11, 2023
1 parent b459129 commit 9c33b0d
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions src/extend-config-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,19 +296,29 @@ export const extendConfigSchema = (sls: Serverless) => {
'nodejs14',
'nodejs16',
'nodejs18',
'python27',
'python37',
'python38',
'python39',
'golang114',
'python311',
'python312',
'golang116',
'golang117',
'golang118',
'golang119',
'golang121',
'java11',
'java17',
'java21',
'dotnet31',
'dotnet6',
'dotnet8',
'bash',
'bash-2204',
'php74',
'php8',
'r4.0.2',
'php82',
'r42',
'r43',
],
},
cloudFunctionMemory: {
Expand Down

0 comments on commit 9c33b0d

Please sign in to comment.