-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
stage/needs-triageAutomatically applied to new issues and PRs, indicating they haven't been looked at.Automatically applied to new issues and PRs, indicating they haven't been looked at.type/featureFeature requestFeature request
Description
Describe your idea/feature/enhancement
I wish sam sync
command took an optional flag force_upload
. Currently if I make a minute change in one resource of the cloudformation stack, then all the packages are zipped and uploaded to s3 making the local loop slow. Although there is a cache mechanism it never gets triggered because the force_upload
is hardcoded to True
. Doing so on a forked version helped me remove 90+s per run (20%+ faster).
Proposal
Add details of how to add this to the product.
Things to consider:
- Will this require any updates to the SAM Spec
- This will require some documentation changes.
Metadata
Metadata
Assignees
Labels
stage/needs-triageAutomatically applied to new issues and PRs, indicating they haven't been looked at.Automatically applied to new issues and PRs, indicating they haven't been looked at.type/featureFeature requestFeature request