Instead of just calling new Void can we have the API for a new major semver version with something like...
const invalidation = await new Void(options);
Though perhaps I'll just keep using the aws-sdk directly for this - was just a thought since this package is just a duplicate of my code pretty much!
Instead of just calling
new Voidcan we have the API for a new major semver version with something like...Though perhaps I'll just keep using the aws-sdk directly for this - was just a thought since this package is just a duplicate of my code pretty much!