I am using Node SDK for AWS, I have a question regarding the createLogGroup and createLogStream operations, are these operations idempotent? i.e I can call create multiple times without having to worry about duplication or error.
Has anyone tried this before? Thanks for your help.