Set Message Attribute on SQS Message

Example on setting message attribute on SQS Message. Subscribers can perform actions based on the attributes.

 queue.send_message(MessageBody=json.dumps(instance),
                                               MessageAttributes={
                                                   'instance_id': {
                                                       'DataType': 'String',
                                                       'StringValue': instance['InstanceId']
                                                   }
                                               }
                                               )

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: