Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store default account in disk cache #220

Merged
merged 3 commits into from
Jul 4, 2018
Merged

Commits on Jun 30, 2018

  1. Store default account in disk cache

    Given an access key ID, the account ID is fixed.
    This means that we don't need to look up the default
    account every time the toolkit is used.
    
    This change will store the mapping between access key
    and account ID in `~/.cdk/cache/accounts.json`
    and will fetch the account ID from there if it exists.
    Elad Ben-Israel committed Jun 30, 2018
    Configuration menu
    Copy the full SHA
    464c7e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. Add fetch API

    Elad Ben-Israel committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    6870dcf View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. Nuke cache if exceeds 1000 entries

    Elad Ben-Israel committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    8ca6f63 View commit details
    Browse the repository at this point in the history