Dependencies between classic and strict snap

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?

Unless aws-cli exposes itself as a content snap, then including aws-cli under stage-snaps in your snapcraft.yaml may be the best approach.