aws-lambda-go Questions
1
Solved
Looking at the Using global state section in the official AWS Lambda function handler in Go doc
https://docs.aws.amazon.com/lambda/latest/dg/golang-handler.html
suggests to initialise all global st...
Callup asked 3/6, 2021 at 15:35
2
Solved
I have a go application, structured like this:
cmd|reports|main.go
main.go imports internal/reports package and has a single function, main(), which delegates call to aws-lambda-go/lambda.Start()...
Caryophyllaceous asked 5/6, 2018 at 13:12
1
Solved
First off, one might say this question is very similar to HTTP request body not getting to AWS lambda function via AWS API Gateway or Getting json body in aws Lambda via API gateway
However, none ...
Farouche asked 5/9, 2018 at 20:24
1
Solved
I'm building an aws lambda using aws-sdk-go and aws-lambda-go and I'm stuck with a little problem.
I want to test my lambda handler. To do so, I need to mock a valid context.Context containing val...
Antisana asked 23/5, 2018 at 14:18
1
© 2022 - 2024 — McMap. All rights reserved.