keitakn / serverless-todo-app-web

Serverless Architectures TODO Web Application
3 stars 1 forks source link

serverless-todo-app-web

Serverless Architectures TODO Web Application

事前準備

プロジェクトルートに .env ファイルを作成して下さい。

内容は以下のように記載します。

APP_URI={{ APP_URL }}
TODO_APP_BACKEND_BASE_URI={{ TODO_APP_BACKEND_BASE_URI }}
COGNITO_USER_POOL_ID={{ COGNITO_USER_POOL_ID }}
COGNITO_USER_POOL_CLIENT_ID={{ COGNITO_USER_POOL_CLIENT_ID }}