0

I have a AWS Lambda function written in node.js. I need to send some data to it from golang. Can't find a tutorial. How can I implement this?

1 Answer 1

2

You can try using AWS Go API, the API docs for lambda package are on: http://docs.aws.amazon.com/sdk-for-go/api/service/lambda/

See https://aws.amazon.com/sdk-for-go/ for the links to the "Getting Started" and GitHub repository.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.