Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update_function_alias additional arguments #12

Open
2 tasks
jonthegeek opened this issue Apr 14, 2020 · 0 comments
Open
2 tasks

update_function_alias additional arguments #12

jonthegeek opened this issue Apr 14, 2020 · 0 comments

Comments

@jonthegeek
Copy link
Contributor

The UpdateAlias 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 is pointing to the right thing)
  • RoutingConfig (more info in its own doc)

Adding RevisionId should be trivial, but adding RoutingConfig will evidently be more complicated. Consider doing them one at a time.

jonthegeek added a commit to jonthegeek/aws.lambda that referenced this issue Apr 14, 2020
Added warning for version == $LATEST (api bug). Changed order of parameters in create and made description optional. Logged missing update options in issue cloudyr#12.
jonthegeek added a commit that referenced this issue Apr 15, 2020
* Bring this package back alive!
For now I just redocumented and rebuilt, with my name added as maintainer. We'll see how that goes.

* Add NEWS.md

* Updated travis to match aws.s3

* Cleanup with goodpractice package.

* Verified functions.R
Found and fixed a bug in delete_function (it was invoking delete_function_version instead of the main delete API). Manually tested all functions in this file to make sure they're invoking the proper APIs with proper query parameters.

* Verified account.R

* Update GPL-2 to GPL-3
Also cleaned DESCRIPTION.

* Verified aliases.R
Added warning for version == $LATEST (api bug). Changed order of parameters in create and made description optional. Logged missing update options in issue #12.

* Verified http.R
Started to streamline lambdaHTTP, but there's more to do in future PRs.

* Verified invoke_function
There are some issues here (logged), but no show stoppers.

* Verified create_function
And cleaned up references in docs.

* Final cleanups pre-release.

* Updated README.

* Added cran comments.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant