Join Slack
Powered by
This message was deleted.
# python
s
sparse-intern-71089
10/31/2022, 2:42 PM
This message was deleted.
b
broad-noon-76535
11/01/2022, 7:44 AM
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"}
?
19
Views
Open in Slack
Previous
Next