第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

從 gin.context 讀取 APIGatewayProxyRequest

從 gin.context 讀取 APIGatewayProxyRequest

Go
慕尼黑的夜晚無繁華 2022-12-13 10:59:35
我正在使用 github.com/awslabs/aws-lambda-go-api-proxy/gin 創(chuàng)建 API。如果可能的話,我想從 gin.Context 中讀取 APIGatewayProxyRequest 或者請(qǐng)建議其他更好的方法?這是我的請(qǐng)求處理程序,func handleRequest(ctx context.Context, req *events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error) {    db := persistence.InitializeDB()    defer db.Close()    router := router.NewApiRouter()    if ginLambda == nil {        ginLambda = gin.New(router.Initialize()) // here I send req to router, which I want to use in endpoint handler    }    response, err := ginLambda.ProxyWithContext(ctx, *req)   ...    return response, err}這是我的發(fā)布請(qǐng)求處理程序,func (ser *Service) GetUserRecordByID(context *gin.Context) {// here I want to read APIGatewayProxyRequest object. I can log context, but not sure how to read APIGatewayProxyRequest object? }
查看完整描述

1 回答

?
森林海

TA貢獻(xiàn)2011條經(jīng)驗(yàn) 獲得超2個(gè)贊

我找到了解決方案,使用 aws lambda 代理核心..


import (

"github.com/awslabs/aws-lambda-go-api-proxy/core"

)


func (ser *Service) GetUserRecordByID(context *gin.Context) {

apiGWRequestContext, ok := core.GetAPIGatewayContextFromContext(c.Request.Context())

}


查看完整回答
反對(duì) 回復(fù) 2022-12-13
  • 1 回答
  • 0 關(guān)注
  • 171 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)