Top "Aws-sdk-go" questions

Use this tag for questions related to the AWS SDK for Go library for Amazon Web Services SDK for the Go programing language.

Cannot use "LATEST" (type string) as type *string in field value

I'm trying to run a ECS task using the new aws-sdk-go (v2). And I'm having some trouble to initialize the &…

go struct aws-sdk-go
How to get data from aws Dynamodb with using partition key only?

I am using aws-sdk-go library for DynamoDb connectivity in Golang. My DynamoDb table have a Partition key DeviceId (String) and …

amazon-web-services go amazon-dynamodb aws-sdk aws-sdk-go
How to run AWS SDK with credentials from variables?

I used environment variables before and it worked fine. Now I am migrating my config variables into a single file …

amazon-web-services go aws-sdk aws-sdk-go
Unmarshal map[string]DynamoDBAttributeValue into a struct

I'm trying to set-up an AWS-lambda using aws-sdk-go that is triggered whenever a new user is added to a certain …

go aws-lambda amazon-dynamodb aws-sdk-go
Upload object to AWS S3 without creating a file using aws-sdk-go

I am trying to upload an object to AWS S3 using golang sdk without needing to create a file in …

go amazon-s3 aws-sdk-go