UnleashedMind
UnleashedMind
Thanks for the feedback, I will mark this as a feature request.
Thanks for the feedbacks. Yes, that's a correct way to use the cli, mostly for scripting.
I would suggest to keep two environments, one for dev and test, and one for production. The dev and test environment is expected to be unstable. And before you push,...
lambda function download does take a little while. I will mark this as a feature request, we will keep working on enhancing the cli user experiences.
One possible cause that I can think of is you haven't set the general configuration correctly. Please cd to your workspace and follow these steps to find out: 1. $...
Thanks. The awsmobile-cli currently does NOT support assuming roles. When you execute `aws mobile list-projects --profile MyCrossAccountAccessProfile`, and your profile has `role-arn` and `source-profile`, the aws-cli will assume role and...
Yes, it's a limitation of the awsmobile-cli, currently it does not support assuming roles for cross account aws access.
Unfortunately the awsmobile-cli does not support environment variables at this moment. I will mark this as a feature request.
The awsmobile-cli does not have the command to list all projects. It does however have a `delete` command that if executed in a valid awsmobile-cli initialized project, will delete the...
No, some aws resources are not deleted, such as S3 buckets, you will need to manually clean up those.