Skip to content

Commit

Permalink
resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghosh committed Oct 5, 2021
2 parents 3225a1d + 89b4f0a commit dbdc135
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/amplify-cli-overrides-helper/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { printer } from 'amplify-prompts';

import { AmplifyRootStackTemplate } from 'amplify-provider-awscloudformation';

function getProjectInfo(): void {
printer.info('Hello from the skeleton of get project info');
}
Expand All @@ -8,4 +10,4 @@ function addDependency(): void {
printer.info('Hello from the skeleton of add dependency');
}

export { getProjectInfo, addDependency };
export { getProjectInfo, addDependency, AmplifyRootStackTemplate };
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { $TSContext, $TSObject } from 'amplify-cli-core';
import { AwsSecrets, loadConfiguration } from '../configuration-manager';
import aws from './aws.js';
import * as AWS from 'aws-sdk';

export class SSM {
private static instance: SSM;
Expand Down

0 comments on commit dbdc135

Please sign in to comment.