-
Notifications
You must be signed in to change notification settings - Fork 826
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 project no longer able to Deploy #14021
Comments
Okay, so I went back to my laptop and ran another |
It seems that the amplify cannot access parameters created by users other than the amplify deploy user with this new version (12.13.1): 2024-11-19T12:17:15.905Z [INFO]: 🛑 Failed to download the following parameters from ParameterStore: I got this message on all parameters that I created manually with another user other than Amplify Deploy user. |
Hey @mcnamara-charles, thank you for reaching out. Could you try adding @Emesilver refer to the documentation providing additional information on this |
Closing the issue due to inactivity. Do reach out to us if you are still experiencing this issue. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
How did you install the Amplify CLI?
npm
If applicable, what version of Node.js are you using?
v20.9.0
Amplify CLI Version
12.13.1
What operating system are you using?
Windows
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
No manual changes made
Describe the bug
Starting today I've been having major issues with the amplify CLI. I use git for my project and I pushed from my laptop to my desktop, I ran amplify init when I got to my desktop and then ran
amplify pull --appId <app-id> --envName dev
to get my most recent changes. Everything in the cloud is currently working just fine. I made one little change to a lambda function and then tried to push and it told me that in many of my functions, the lambda layer I have (for psycopg2) was not found in their template. So I took steps to resolve this (even though there was no issue in the template) and then when I attempted to push it told me none of my functions were in my API's template. So I tried a bunch of other things and now I'm at the point where the error just says this:🛑 The following resources failed to deploy:
🛑 Resource is not in the state stackUpdateComplete
That's so non-descript it's not even funny
Expected behavior
I expected my infra to deploy.
Reproduction steps
I have absolutely no idea how to reproduce this. I'm on gen 1 by the way
Project Identifier
26d75bb160ce71aa8ff4caf8ac89271c
Log output
Additional information
No response
Before submitting, please confirm:
The text was updated successfully, but these errors were encountered: