mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 12:19:06 +00:00
Send to zulip
This commit is contained in:
39
.vscode/launch.json
vendored
Normal file
39
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"type": "aws-sam",
|
||||
"request": "direct-invoke",
|
||||
"name": "lambda-nodejs18.x:HelloWorldFunction (nodejs18.x)",
|
||||
"invokeTarget": {
|
||||
"target": "template",
|
||||
"templatePath": "${workspaceFolder}/aws/lambda-nodejs18.x/template.yaml",
|
||||
"logicalId": "HelloWorldFunction"
|
||||
},
|
||||
"lambda": {
|
||||
"payload": {},
|
||||
"environmentVariables": {},
|
||||
"runtime": "nodejs18.x"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "aws-sam",
|
||||
"request": "direct-invoke",
|
||||
"name": "API lambda-nodejs18.x:HelloWorldFunction (nodejs18.x)",
|
||||
"invokeTarget": {
|
||||
"target": "api",
|
||||
"templatePath": "${workspaceFolder}/aws/lambda-nodejs18.x/template.yaml",
|
||||
"logicalId": "HelloWorldFunction"
|
||||
},
|
||||
"api": {
|
||||
"path": "/hello",
|
||||
"httpMethod": "get",
|
||||
"payload": {
|
||||
"json": {}
|
||||
}
|
||||
},
|
||||
"lambda": {
|
||||
"runtime": "nodejs18.x"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user