lyft / lyft/awspricing

Library stuck on retrieving pricing

Open
#44 3 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
214
Forks
52
PR merge metrics
No merged PRs in 30d

Description

Hello Lyft team! Thanks for putting out this library, it has been very useful for me and others I've referred you to.

Here is a simple code I'm trying to run (Used to work just fine)
```
from __future__ import print_function
import awspricing
print("Retrieving AWS pricing")
ec2_offer = awspricing.offer('AmazonEC2')
print("Retrieving AWS pricing")
```

And my execution goes like this:
```
$ python3 pricingtest.py
Retrieving AWS pricing
```

It has been like this for more than 6 hours (tried more than one).

Any ideas on what might be happening?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the Python example at awspricing.offer('AmazonEC2') and trace where pricing retrieval waits. Inspect the AWS pricing retrieval path and any related tests; done means the call completes or reports a clear failure instead of remaining stuck.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, python
Domain
cloud
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.