Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.

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

Open
9paradox opened this issue Jun 27, 2018 · 3 comments
Open

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

9paradox opened this issue Jun 27, 2018 · 3 comments
Labels

Comments

@9paradox
Copy link

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

AWS:

  • Free Tier
  • Development
  • US East (N. Virginia)
  • One React Native MobileHub Project using AWS Amplify.
  • Features Enabled :
    -- User SignIn
    -- Database with 3 small tables
    -- Cloud-API for these 3 tables CRUD
    -- User Files
    -- No S3 website hosting

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
Copy link
Contributor

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
Copy link
Author

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
Copy link
Author

9paradox commented Jul 1, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants