-
Notifications
You must be signed in to change notification settings - Fork 403
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
Gets rollback automatically while creating infrastructure #488
Comments
Could you provide more details about the error it's encountering? You should be able to look in the stack and see what resource failed as well as what error caused it to roll back the deployment. |
@praveenrengarajan Could you show me the precise error that first occurred before the rest of the deployment was rolled back? I see the following were not created:
I see the following were cancelled:
What was the failure reason for CustomersTable? |
Found the solution to my error in #425 |
I am still facing the same issue even after adding the fix mentioned in #425 |
@Jyoti-Singh-XFT Have you checked that the above S3 buckets don't already exist? If so, could you give some more details on the precise error you're running into (specifically, what's causing the rollbacks)? |
@praveenrengarajan What command are you running to try to deploy it? If you're using SAM, you should be able to just use |
@amazon-meaisiah will cloudfront lambda@edge deploy in ap-southeast-2 ? |
No, it must be in us-east-1 due to CloudFront restrictions. The custom resource in the template used for creating this essentially exists only to work around this SAM issue, where they don't really have special support for Lambda@Edge beyond a very rudimentary level. |
Hi - I am getting exactly same errors. Any help? |
I'm having the same error, followed this verbatim, clicked on https://serverlessrepo.aws.amazon.com/applications/arn:aws:serverlessrepo:us-east-1:563878140293:applications~api-gateway-dev-portal (didn't use SAM), except that I got an error that says CognitoDomainNameOrPrefix is required so I set it. Every time I deploy it it just rolls back. |
When using api-gateway-dev-portal it executes for a while and then gets rollback automatically.
Can someone help out with the reason or any guidelines to resolve it?
The text was updated successfully, but these errors were encountered: