Skip to content

Commit

Permalink
chore: didn't save all the files
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardfoyle committed Sep 10, 2021
1 parent 99f7c1e commit 673d0ba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ const getTempFuncMetaS3Key = (funcName: string): string => path.posix.join(s3Pre

const tempTemplateFilename = (funcName: string) => `temp-${funcName}-cloudformation-template.json`;
const tempMetaFilename = (funcName: string) => `temp-${funcName}-deployment-meta.json`;
const s3Prefix = 'amplify-cfn-templates/function/temp';
const localPrefix = funcName => path.join(pathManager.getResourceDirectoryPath(undefined, 'function', funcName), 'temp');
export const s3Prefix = 'amplify-cfn-templates/function/temp';
export const localPrefix = funcName => path.join(pathManager.getResourceDirectoryPath(undefined, 'function', funcName), 'temp');

/**
* Recursively searches for 'Fn::ImportValue' nodes in a CFN template object and replaces them with a placeholder value
Expand Down

0 comments on commit 673d0ba

Please sign in to comment.