Skip to content

v0.0.94

@alessiosavi alessiosavi tagged this 13 Dec 11:03
[LAMBDA]
 - `ListLambdas` will now retrieve the details of the given functions instead of the name
 - `ListLambdaNames` is a new method delegated to list the name of the lambdas
 - `ListTags` is a new method delegated to list all the tags for a given lambda
[GLUE]
 - `UpdateJob` will now update the given job to Glue 4.0
[STRING]
 - `Indexes` is a new method delegated to retrieve all the index of character for the given string
 - `Split` method will now accept a generic `io.Reader`
[S3Utils]
 - `SyncBucket` will now avoid to call the IsDifferent method. In order to be sure that an item does not exist in the given `bucketsTarget`, it will cache the name of the items. This due to reduce cost/aws call. NOTE: The file will not be copied if it has the same name but different content
[IDENTITY_STORE]
 - New method for list/describe user
Assets 2