amazon-archives / awsmobile-cli

CLI experience for Frontend developers in the JavaScript ecosystem.
Apache License 2.0
142 stars 35 forks source link

awsmobile push is using too many S3-Put requests #154

Open 9paradox opened 6 years ago

9paradox commented 6 years ago

Is it normal to have 84.65% (1,693.00/2,000 Requests) (Month-to-date usage/Free Tier limit) ?

AWS:

Every time i do awsmobile push it zips and uploads all 3 Cloud-api, even for small change in one of the cloud-api.

Now i feel like it will cross 100% usage if i do more than two awsmobile push per day.

Thanks :)

UnleashedMind commented 6 years ago

If the code base of your lambda function is not changed, then it shouldn't have been uploaded each time. what is the cli version that you are using?

9paradox commented 6 years ago

awsmoble : 1.1.4 aws-amplify : ^0.4.6 aws-amplify-react : ^0.1.52 npm : 5.5.1 node : 8.9.1

but is it normal to 84.65% (1,693.00/2,000 Requests), for just 3 TableCRUD api?

9paradox commented 6 years ago

haha just crossed free Tier. Even if i update api for table 1, table 2 also get zipped and uploaded.