You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed plugin in project root and updated s-project.json to reference the plugin. Then:
$ sls functionprune
{ [ConfigError: Missing region in config]
cause:
{ [ConfigError: Missing region in config]
message: 'Missing region in config',
code: 'ConfigError',
time: Fri Jan 15 2016 13:02:32 GMT-0800 (PST) },
isOperational: true,
code: 'ConfigError',
time: Fri Jan 15 2016 13:02:32 GMT-0800 (PST) }
I see that the region can be overridden with an AWS_REGION environment variable, but if I set that, there are more issues. It seems like there is an issue in referencing the correct configuration:
AWS_REGION=us-west-1 sls functionprune
{ [TimeoutError: Missing credentials in config]
cause:
{ [TimeoutError: Missing credentials in config]
message: 'Missing credentials in config',
code: 'CredentialsError',
time: Fri Jan 15 2016 13:05:15 GMT-0800 (PST),
originalError:
{ message: 'Could not load credentials from any providers',
code: 'CredentialsError',
time: Fri Jan 15 2016 13:05:15 GMT-0800 (PST),
originalError: [Object] } },
isOperational: true,
code: 'CredentialsError',
time: Fri Jan 15 2016 13:05:15 GMT-0800 (PST),
originalError:
{ message: 'Could not load credentials from any providers',
code: 'CredentialsError',
time: Fri Jan 15 2016 13:05:15 GMT-0800 (PST),
originalError:
{ message: 'Connection timed out after 1000ms',
code: 'TimeoutError',
time: Fri Jan 15 2016 13:05:15 GMT-0800 (PST) } } }
The text was updated successfully, but these errors were encountered:
Installed plugin in project root and updated s-project.json to reference the plugin. Then:
I see that the region can be overridden with an AWS_REGION environment variable, but if I set that, there are more issues. It seems like there is an issue in referencing the correct configuration:
The text was updated successfully, but these errors were encountered: