Great library! It might be useful in the docs to show how to configure the library, as follows:
const seasons = new Isotope<Season>({
domain: "seasons",
key: "id"
}, { region : 'US-East',
endpoint : 'https://sdb.amazonaws.com'} );
Without this additional config, I couldn't get things working...
Great library! It might be useful in the docs to show how to configure the library, as follows:
Without this additional config, I couldn't get things working...