All Questions
3 questions
1
vote
1
answer
418
views
exec format error in go aws-lambda with terraform
I am actually facing a very rare issue in golang lambda invocation using terraform. So basically i am deploying all my resources using terraform like lambda, api gateway with golang. issue is when i ...
1
vote
0
answers
173
views
Automated integration testing in lambda support (golang, serverless)
So I have a web app running in serverless. It spins up a bunch of lambdas and then a 'test' lambda is invoked at a later stage of our pipeline to run some api tests against the other lambbas. It ...
0
votes
2
answers
702
views
Capture the S3 file download start and end times and other details
I want to expose an API (preferably using AWS API gateway/ Lambda/Go) to the users.
Using this API, the users can download a binary file from S3 bucket.
I want to capture the metrics like, which ...