Rui Pedrosa
Rui Pedrosa
I also would like to have this as well (which is something [supported on the serverless framework](https://serverless.com/aws-step-functions/) as a comparison). By now, we are using [custom CF stacks](https://aws-amplify.github.io/docs/cli-toolchain/quickstart#custom-cloudformation-stacks) to setup...
@cschow-ucsd I make step-functions working by creating a "[Custom CloudFormation stacks](https://docs.amplify.aws/cli/usage/customcf)". Similar to this [this](https://medium.com/swlh/add-monitoring-to-your-amplify-app-by-using-amplify-framework-d4c43b2bb84b) but for using Step Functions as orchestration instead of SNS topics for monitoring
I also need this. It is frustrating that we can connect to Github from multiple AWS accounts on Amplify but not to Code Commit (own by AWS itself!)
another problem of the console is that `amplifyPush --simple ` does not pick settings from team-provider-info.json
@swaminator I think I was using `amplifyPush --simple` in Amplify Console and `amplifyPush --simple`didn't look on `team-provider-info.json` file to find out, for example, what is the `AmplifyAppId` to use for...