aws-amplify / aws-amplify/amplify-cli
amplify pull command shall update the local lambda function code if there are changes in the deployed lambda function code
- Dominant language
- TypeScript
- Stars
- 2.9k
- Forks
- 825
- Avg merge
- 11d 23h
- Merged PRs (30d)
- 2
Description
### Is this feature request related to a new or existing Amplify category?
function
### Is this related to another service?
_No response_
### Describe the feature you'd like to request
When running `amplify pull` there are no code changes in the local lambda function code even if the code is changed and saved via cloud IDE.
### Describe the solution you'd like
Is it possible to make `amplify pull` command to update the local lambda function code if there are changes in the deployed lambda code?
### Describe alternatives you've considered
I don't know if there are any alternatives available other than manually downloading each lambda function code and replacing the local functions.
### Additional context
_No response_
### Is this something that you'd be interested in working on?
- [ ] 👋 I may be able to implement this feature request
### Would this feature include a breaking change?
- [ ] ⚠️ This feature might incur a breaking change
Contributor guide
Assessment
This issue has not been assessed yet.