Is there a way where we can deploy a SAM template to moto server?
We can create resources using the AWS cli and using the --endpoint-url e.g.,
aws iam create-role --endpoint-url=http://127.0.0.1:5000 --role-name lambda-exec-role --assume-role-policy-document file://trust-policy.json
I could not find an option to point to the moto server URL. Is there a provision to deploy a SAM template to moto server?