Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
fix: remove unsed setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Xian Zhang committed Aug 13, 2021
1 parent aef9d1b commit f581a58
Showing 1 changed file with 6 additions and 19 deletions.
25 changes: 6 additions & 19 deletions main/solution/pre-deployment/config/settings/.settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,9 @@
* permissions and limitations under the License.
*/

module.exports.merged = require('@aws-ee/base-serverless-settings-helper').mergeSettings(
__dirname,
[
'../../../../config/settings/.defaults.yml',
'./.defaults.yml',
'../../../../config/settings/${stage}.yml',
'./${stage}.yml',
],
{
crossRegionCloudFormation: {
edgeLambdaStackName: [
{
settingName: 'edgeLambdaArn',
outputKey: 'EdgeLambdaArn',
},
],
},
},
);
module.exports.merged = require('@aws-ee/base-serverless-settings-helper').mergeSettings(__dirname, [
'../../../../config/settings/.defaults.yml',
'./.defaults.yml',
'../../../../config/settings/${stage}.yml',
'./${stage}.yml',
]);

0 comments on commit f581a58

Please sign in to comment.