amplify status always needs update
See original GitHub issueWhenever I would use amplify status
, it would show that all my functions need to be updated, even when I do not update them. My environment on the cloud is clearly out of sync with my local. I have tried initializing new environments and start over, it doesn’t work.
There are 3 things that cause this behavior:
1- using some library in my function/lambda that needs to be imported yarn add ...
2- adding a function without an api amplify add function
3- modifying permissions from the console for a lambda role.
There is no consistent behavior. Sometimes some functions need update, sometimes all of them need update. Right now I am stuck at everything needing update. My zip files are growing under /dist
for each function. My amplify push
takes 10 minutes with a 1Gbps up/down link. Not fair.
Can you please help or let me know if I’m doing something wrong?
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (1 by maintainers)
Top GitHub Comments
Agreed!!!
This issue has been automatically locked since there hasn’t been any recent activity after it was closed. Please open a new issue for related bugs.
Looking for a help forum? We recommend joining the Amplify Community Discord server
*-help
channels for those types of questions.