Loved the blog post. I tried to re-create app using your github repo and realized both backend services are dependent on each other. If I deploy main-service using sam deploy, it throws error about attachments-service resource being not available. If i deploy attachments-service, it complains about main-service cognito and few other resources not available. I am bit new to SAM , and coding. Can you tell me how to avoid CF import/export errors to be able to test and deploy this app ?
Mark Snow