Matt Filion
Matt Filion
Applies only to an existing object, fails if none found. Argument takes in a function to manipulate the loaded object. eTag matching used to reject the change if the object...
https://aws.amazon.com/about-aws/whats-new/2018/09/amazon-s3-announces-new-features-for-s3-select/ https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectSELECTContent.html Possibly for hydrate type functionality to load part of an object and not the entire thing? Maybe as an index?
Ability to execute code during a collection event. Ideally, its able to be configured to call a lambda event directly. This way a primitive method of a webhook can be...
Because the ID is added 'to' the JSON object the current save behavior would muck up any buffer that was attempted to be saved. We also would attempt to serialize...
``` const users: Collection = new Collection(User); const newUsers: Collection = new Collection(NewUser); const transformer: DuplexStream = ....; //This should read from users, transform using the transformer and then write...
It would be great to get some visibility into the pipelines that execute. We want to be able to keep track of the number of deploys, to each environment, including...