Python String and Integer concatenation
>>> print("arn:aws:swf:us-east-2:{0}:action/actions/AWS_EC2.InstanceId.Stop/1.0".format(acccnum))
arn:aws:swf:us-east-2:12312312312312:action/actions/AWS_EC2.InstanceId.Stop/1.0
>>> print("arn:aws:swf:us-east-2:" ...READ MORE
Oct 5, 2018
in AWS
by
Priyaj
• 58,020 points
•
1,577 views