You can use the AWS node.js SDK which should be available in Lambda without installing it. As far as I can tell you get most, if not all the cli functionality.
Or maybe you include it (and all of its dependencies) as part of your deployment package. Even then you would have to call it from within python since Lambda doesn't allow you to execute shell commands. It's not recommended though