我有一种感觉这是一个noob问题...有没有办法模拟本地使用Cognito用户池(如此离线)?
我有一种感觉,在开发过程中使用aws cognito normal用户池有点不必要.我现在用无服务器有一个插件可以离线使用它,但没有找到一个用于cognito.
I\xe2\x80\x99ve 以下 json 对象
\n\nhttps://codebeautify.org/jsonviewer/cb01bb4d
\n\nobj = \n{\n "api": "1.0.0",\n "info": {\n "title": "Events",\n "version": "v1",\n "description": "Set of events"\n },\n "topics": {\n "cust.created.v1": { //Take this value\n "subscribe": {\n "summary": "Customer Register Event v2", //Take this value\n "payload": {\n "type": "object",\n "required": [\n "storeUid"\n\n ],\n "properties": {\n "customerUid": {\n "type": "string",\n "description": "Email of a Customer",\n "title": "Customer uid"\n }\n }\n }\n }\n },\n "qu.orderplaced.v1": { //Take this value\n "subscribe": {\n "summary": "Order Placed", //Take this value\n …Run Code Online (Sandbox Code Playgroud)