andrehoong-pixieset
andrehoong-pixieset
Hello, I am trying to set up air for an AWS Lambda development environment. I have this `cmd` defined in the .air.toml file: `cmd = "go build -o ./tmp/main ....
Hey guys I have this test: ``` func TestDownloadFromS3Error1(t *testing.T) { mockS3Interface := &MockS3Interface{ Error: errors.New("something went wrong on download"), } mockS3Interface.On("GetObject", &s3.GetObjectInput{ Bucket: aws.String(testBucket), Key: aws.String(testKey), }).Return(nil, "aaaaa").Once() client...
| Q | A | ------------- | --- | Branch? |7.1 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | n/a |...