using git repos as the definition of a dependency: 1package main 2 3import ( 4 "github.com/aws/aws-lambda-go This generates a go.mod file looking like this: 1module alexa-prost 2 3require ( 4 github.com/aws/aws-lambda-go
重写了部分服务:// image_processor.gopackage mainimport ( "context" "encoding/base64" "github.com/aws/aws-lambda-go