Skip to content

Commit

Permalink
fix(serverless): add variablesResolutionMode property (#51615)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Mar 25, 2021
1 parent 1c0fcb0 commit 5384839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions types/serverless/plugins/aws/provider/awsProvider.d.ts
Expand Up @@ -9,6 +9,7 @@ declare namespace Aws {
useDotenv?: boolean;
frameworkVersion?: string;
enableLocalInstallationFallback?: boolean;
variablesResolutionMode?: '20210219';
unresolvedVariablesNotificationMode?: 'warn' | 'error';
disabledDeprecations?: string[];
configValidationMode?: 'warn' | 'error' | 'off';
Expand Down
1 change: 1 addition & 0 deletions types/serverless/serverless-tests.ts
Expand Up @@ -125,6 +125,7 @@ const awsServerless: Aws.Serverless = {
},
frameworkVersion: 'testFrameworkVersion',
configValidationMode: 'error',
variablesResolutionMode: '20210219',
provider: {
name: 'aws',
runtime: 'testRuntime',
Expand Down

0 comments on commit 5384839

Please sign in to comment.