aws-sdk-go-v2 Questions
1
Solved
I am trying to convert simple DynamoDB Object string:
{
"Item": {
"Id": {
"S": "db31"
},
"CreateTime": {
"N": "164788223761891...
Prue asked 1/12, 2022 at 1:21
0
Amazon has a super useful article describing how to unit test AWS SDK Go v2. I understand their motivation to depart from the "old" way of unit testing the v1 API, which I think aligns wi...
Crabbing asked 13/5, 2022 at 21:6
1
Solved
With v1 of the SDK i could use logrus for my custom logger, like:
Logger: aws.LoggerFunc(func(args ...interface{}) {
log.WithField("process", "s3").Debug(args...)
}),
This h...
Schlesien asked 29/1, 2022 at 10:25
1
© 2022 - 2024 — McMap. All rights reserved.