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

AWS lambda #108

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

AWS lambda #108

wants to merge 3 commits into from

Conversation

tmcgilchrist
Copy link
Collaborator

@tmcgilchrist tmcgilchrist commented Mar 27, 2021

Adding support for calling AWS Lambda API.

Updated service definitions from botocore and regenerated code with new recursive fix thanks to @Nymphium. However the URL structure used is incorrect and the V4 signing is being rejected by AWS. eg ListFunctions from https://docs.aws.amazon.com/lambda/latest/dg/API_ListFunctions.html should be GET /2015-03-31/functions/ but ends up being encoded as query parameters like GET /?Version=2015-03-31

https://docs.aws.amazon.com/lambda/latest/dg/API_Reference.html
https://docs.aws.amazon.com/general/latest/gr/sigv4_elements.html

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

Successfully merging this pull request may close these issues.

1 participant