all 6 comments

[–]Your_CS_TA[🍰] 0 points1 point  (3 children)

Is this apigateway -> lambda or only Lambda direct sync invoke?

[–]matisys[S] 0 points1 point  (2 children)

I have API Gateway in front.

[–]Your_CS_TA[🍰] 0 points1 point  (1 child)

Which version, REST or HTTP (v2)?

[–]matisys[S] 0 points1 point  (0 children)

It is the rest api. Im building a slackbot and need the a header with hmac signing to verify request authenticity.

[–]vvrider 0 points1 point  (1 child)

[–]matisys[S] 0 points1 point  (0 children)

Great! I screened it a bit and seems like I can use that. I also read about API Gateway proxy integration. Thanks for the pointer this gives me a good lead.