Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
fix(sns): update sns message id key (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranrib authored Jun 21, 2020
1 parent 4e52a12 commit 5f4d762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/aws/aws-sdk-go/aws/sns_factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ func handleSNSCreateTopic(r *request.Request, res *protocol.Resource, metadataOn
func handlerSNSPublish(r *request.Request, res *protocol.Resource, metadataOnly bool) {
handleSNSdefault(r, res, metadataOnly)
outputValue := reflect.ValueOf(r.Data).Elem()
updateMetadataFromValue(outputValue, "MessageId", "message_id", res.Metadata)
updateMetadataFromValue(outputValue, "MessageId", "Message ID", res.Metadata)
}

0 comments on commit 5f4d762

Please sign in to comment.