Jon Harmon

Results 79 issues of Jon Harmon

As an aws.ec2 user, I'd like to programmatically terminate instances, so that I can use EC2 efficiently (for example, to run a computation and then die).

enhancement

As a developer of this package, I'd like to use Github Actions for continuous integration, so that we can easily determine whether everything is working. Let's use styler with the...

Editing what needs to be edited to resurrect this.

I'm setting up tests to use *mocks*, so we don't actually hit the API. This feels important for this package, since a lot of the calls can cost actual money...

`utils::zip` is fragile (might not point to the right place). Since zip is (potentially) very important during `create_function` (etc), investigate using [r-lib/zip](https://github.com/r-lib/zip#readme) instead to avoid pitfalls.

`invoke_function` has an argument LogType. When it's set to "Tail", the response includes a "X-Amz-Log-Result" element with that requested log. This will require a change in the structure of how...

bug

The api accepts ClientContext, to pass to the context object of the function. We don't accept that parameter, likely because it has to be base64-encoded and may otherwise be... weird....

The [UpdateAlias](https://docs.aws.amazon.com/lambda/latest/dg/API_UpdateAlias.html) endpoint accept arguments that we don't deal with: - [ ] RevisionId (only update if the alias's revision ID matches this; an additional safety that name + alias...

gotten is broken down as `{(get)}>`. Based on "forgotten" (`{(forgott)}>en>`), it should be `{(get)}>en>` or `{(got)}>en>`.

This fails: ``` r tidytuesdayR::tt_load(2018, 7) #> --- Compiling #TidyTuesday Information for 2018-05-14 ---- #> --- There is 1 file available --- #> --- Starting Download --- #> #> Downloading...