Closed darwin-cjessen closed 3 years ago
Hi @darwin-cjessen,
Good morning.
Thanks for posting the issue. I will try to reproduce me at my end. If possible, please share your sample code solution (with sensitive information removed) so that issue if possible recreated using the same configuration or other settings.
Thanks, Ashish
I believe the issue was related to pointing to different serverless-templates based on the region I was deploying to. I modified the serverless-template to use conditional statements to set the properties as needed based on the region. This fixed the issue with not being able to deploy to eu-central-1.
Comments on closed issues are hard for our team to see. If you need more assistance, please either tag a team member or open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.
Description
When attempting to deploy a ASPNET API project to the eu-central-1 region, I receive the error "Failed to create CloudFormation change set: No updates are to be performed."
Deploying the same project to the us-east-1 region works successfully.
Reproduction Steps
Template file for EU region:
Logs
EU Log:
US Log:
Environment
Resolution
This is a :bug: bug-report