question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

amplify status always needs update

See original GitHub issue

Whenever 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? image

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
luizdanieldesouzacommented, Mar 17, 2019

Overall - the development with amplify is super slow just having to wait a few minutes every time you make a change. I can’t simulate locally because I’m using auth. Amplify is super convenient, but needs serious performance enhancements.

Agreed!!!

0reactions
github-actions[bot]commented, May 27, 2021

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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Real-time updates for Amplify programs
Visit the Amplify status page to stay informed. You can view and subscribe to status updates here. If the status changes to your...
Read more >
The right way to update after making changes to AWS Amplify ...
When we make changes to a function in the express server, what is the right way to update using the AWS Amplify CLI?...
Read more >
Amplify API - AppSync - CRUD (Create Read Update Delete)
AWS AppSync simplifies application development by creating a universal API for securely accessing, modifying, and combining data from multiple sources.
Read more >
Amplify DataStore best practices - AWS Documentation
To update a record, you must use the copyOf function provided by your library ... needs and you might want to continue to...
Read more >
API (GraphQL) - Index your data with keys - AWS Amplify Docs
You can make multiple global secondary index ( @key with name parameter set) updates on one "amplify push". Under the hood, Amplify CLI...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found