grafana / k6-jslib-aws

Javascript Library allowing to interact with AWS resources from k6 scripts
Apache License 2.0
18 stars 28 forks source link

Add support for Lambda #76

Closed nickcaballero closed 8 months ago

nickcaballero commented 8 months ago

This PR adds support for invoking Lambda functions.

nickcaballero commented 8 months ago

Hey @nickcaballero, thanks for this new contribution! 🙇

We already have a similar PR #71 in the pipeline regarding the Lambda service. Our plan would be to merge #71 before then it would be great to have this PR rebased on top of it. I see you have added additional details and a different proposal for the invoke API that we would like to include in the project.

Does it sound like a reasonable plan for you?

Sounds good! Apologies, I didn't see the other PR 🤦.

codebien commented 8 months ago

Hey @nickcaballero, we merged #71. You can now rebase on top of it. Thanks for the effort :bow:

nickcaballero commented 8 months ago

Hey @nickcaballero, we merged #71. You can now rebase on top of it. Thanks for the effort 🙇

Done!