mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
neee
This commit is contained in:
parent
20f2b01dee
commit
17d9c54541
1 changed files with 33 additions and 0 deletions
33
.vscode/launch.json
vendored
33
.vscode/launch.json
vendored
|
@ -4,6 +4,39 @@
|
||||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
|
{
|
||||||
|
"type": "aws-sam",
|
||||||
|
"request": "direct-invoke",
|
||||||
|
"name": "Invoke Lambda with API Gateway",
|
||||||
|
"invokeTarget": {
|
||||||
|
"target": "api",
|
||||||
|
"templatePath": "Template Location",
|
||||||
|
"logicalId": "Function Logical ID"
|
||||||
|
},
|
||||||
|
"api": {
|
||||||
|
"path": "Path",
|
||||||
|
"httpMethod": "Method",
|
||||||
|
"payload": {
|
||||||
|
"json": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "aws-sam",
|
||||||
|
"request": "direct-invoke",
|
||||||
|
"name": "Invoke Lambda",
|
||||||
|
"invokeTarget": {
|
||||||
|
"target": "code",
|
||||||
|
"lambdaHandler": "Function Handler",
|
||||||
|
"projectRoot": "${workspaceFolder}"
|
||||||
|
},
|
||||||
|
"lambda": {
|
||||||
|
"runtime": "Lambda Runtime",
|
||||||
|
"payload": {
|
||||||
|
"json": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "cobol",
|
"type": "cobol",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue