Hi,
I want to create a strict snap (a python CLI app) for a tool that requires to call aws
(via subprocess.call()
). aws is available as a classic
snap.
Is there a way to call aws
from within my strict snap? Or include the aws-cli
snap in my own snap directly?