Skip to content
New issue

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

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

Already on GitHub? # to your account

aws/lambda:create-function puts parameters into URI instead of payload #32

Open
kchanqvq opened this issue Sep 7, 2023 · 0 comments
Open

Comments

@kchanqvq
Copy link

kchanqvq commented Sep 7, 2023

This is what hits me first when I try to use aws/lambda, the problem is probably present for other related functions too.

According to https://docs.aws.amazon.com/lambda/latest/dg/API_CreateFunction.html, CreateFunction should not use any URI parameters, and all data should be JSON-encoded in HTTP payload. However, aws-sdk-lisp put everything in URI parameters. This generates a 414 URI too large error when submitting a ZipFile with size in the MBs, and will probably not function even if the ZipFile is small enough.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant