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

Error: Parameter with logical ID 'AuthModeLastUpdated' was not found in the template #66

Open
Khaldoun488 opened this issue Jul 10, 2023 · 4 comments

Comments

@Khaldoun488
Copy link

I have an amplify app and I exported it using export command to my cdk app.

When I run cdk deploy I have this following error :

Error: Parameter with logical ID 'AuthModeLastUpdated' was not found in the template

@jjnaude
Copy link

jjnaude commented Oct 8, 2023

Experiencing the same issue
"Error: Parameter with logical ID 'AppSyncApiName' was not found in the template"

@nastycoder
Copy link

Same issue. @Khaldoun488 or @jjnaude did either of you find a workaround?

@jjnaude
Copy link

jjnaude commented Oct 19, 2023

Nope :-(.
Abandoned the approach. The reason why I was trying to export my amplify project to CDK in the first place was because I wanted to deploy it to the AF-South region. I am in South Africa and had been prototyping on US-East-1, but for production purposes the latency for users in southern africa is too great. Turns out AF-South does not support Amplify. So I thought I could still deploy to AF-South by first exporting to CDK. After struggling with this for a few hours I tried deploying to EU-West-2, and the latency still isn't great, but it is acceptable for now. Hopefully someone solves this soon.

@GuillermoRivero
Copy link

I solved it by removing the param from the generated cloudformation template. Dont know If it works for you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants