Skip to content

Commit

Permalink
fix(amplify): addBranch fails synth with "cannot find entry file..."
Browse files Browse the repository at this point in the history
  • Loading branch information
brettstack authored Jan 19, 2024
1 parent 04e5480 commit d361ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-amplify-alpha/lib/branch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ class AmplifyAssetDeploymentProvider extends NestedStack {
this,
'amplify-asset-deployment-is-complete',
{
entry: path.join(__dirname, '..', '..', 'custom-resource-handlers', 'dist', 'aws-amplify-alpha', 'asset-deployment-handler', 'index.js'),
entry: path.join(__dirname, '..', 'custom-resource-handlers', 'dist', 'aws-amplify-alpha', 'asset-deployment-handler', 'index.js'),
handler: 'isComplete',
initialPolicy: [
new iam.PolicyStatement({
Expand Down

0 comments on commit d361ac3

Please sign in to comment.