-
Notifications
You must be signed in to change notification settings - Fork 4k
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
amplify-alpha: addBranch fails #28879
Comments
probably related to #28764. Is it still failing in the latest cdk v2.124.0 ? |
This issue has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
The funny thing that it is not. Because there were 2 issues: #28764 and previously created by me #28633 that were closed by #28760 This allowed me to make a step forward and to see that |
Describe the bug
Previously resolved issue allows to make a step forward, but the whole process of deployment of angular app to Amplify still does not work.
The following error appears during cdk deploy execution
.....
.....
`Bundling asset /com.amazonaws.cdk.custom-resources.amplify-asset-deployment-provider/amplify-asset-deployment-on-event/Code/Stage...
esbuild cannot run locally. Switching to Docker bundling.
✘ [ERROR] Could not resolve "/tmp/jsii-kernel-yOr44c/node_modules/@aws-cdk/aws-amplify-alpha/custom-resource-handlers/dist/aws-amplify-alpha/asset-deployment-handler/index.js"
`
Expected Behavior
Amplify branch should be created from an asset
Current Behavior
Amplify branch is not created from an asset
Reproduction Steps
Execute the code
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
aws-cdk.aws-amplify-alpha==2.123.0a0
Framework Version
aws-cdk-lib==2.123.0
Node.js Version
18.14.0
OS
Windows 11 Pro
Language
Python
Language Version
3.10.11
Other information
No response
The text was updated successfully, but these errors were encountered: