Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(amplify): Add Amplify asset deployment resource #16922

Merged
merged 12 commits into from
Dec 14, 2021
Prev Previous commit
Next Next commit
Fix integ test
  • Loading branch information
samkio committed Dec 14, 2021
commit c59b290c560817d1912553614fe7aac05128ea1c
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ class TestStack extends Stack {
});

const amplifyApp = new amplify.App(this, 'App', {});
const branch = amplifyApp.addBranch('main');
branch.addAssetDeployment(asset);
amplifyApp.addBranch('main', { asset });
}
}

Expand Down