mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
fix
This commit is contained in:
parent
ec0d41297c
commit
8adcb60a98
@ -1,5 +1,5 @@
|
||||
// Suppress maintenance mode message
|
||||
// process.env.AWS_SDK_JS_SUPPRESS_MAINTENANCE_MODE_MESSAGE = 1;
|
||||
process.env.AWS_SDK_JS_SUPPRESS_MAINTENANCE_MODE_MESSAGE = 1;
|
||||
// Import AWS SDK and export it as default
|
||||
import AWS from 'aws-sdk';
|
||||
import * as AWS from 'aws-sdk';
|
||||
export { AWS as default };
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user