We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301a4ab commit 0ad864cCopy full SHA for 0ad864c
component/index.py
@@ -228,7 +228,7 @@ def test():
228
},
229
"httpMethod": "POST"
230
}
231
- print(handle_request(event, None))
+ print(main_handler(event, None))
232
233
234
if __name__ == "__main__":
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@gosls/tencent-pyramid",
3
"description": "Tencent Cloud Python Django Serverless Component",
4
- "version": "0.0.1",
+ "version": "0.0.2",
5
"main": "serverless.js",
6
"publishConfig": {
7
"access": "public"
0 commit comments