This message was deleted.
# python
s
This message was deleted.
b
Indeed, it looks like the API expects a dict[string, string] in the options parameter. Here's an example API call using the same type: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_awslogs.html#create_awslogs_loggroups Did you try
options={"awslogs_group": "nginx-container"}
?