Deploying a sample serverless to-do app on AWS
Hi guys! In this post, we'll be building a sample todo app on AWS with Python. We will build a web application which enables logged in visitors to manage their todo list. We will use the AWS Serverless Application Model SAM Framework to deploy the ba...
blogs.houessou.com8 min read
Mark Snow
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 ?