mirror of
https://github.com/jlengrand/github-templates.git
synced 2026-03-10 00:11:23 +00:00
23 lines
506 B
JSON
23 lines
506 B
JSON
{
|
|
"askcliResourcesVersion": "2020-03-31",
|
|
"profiles": {
|
|
"default": {
|
|
"skillMetadata": {
|
|
"src": "./skill-package"
|
|
},
|
|
"code": {
|
|
"default": {
|
|
"src": "./lambda"
|
|
}
|
|
},
|
|
"skillInfrastructure": {
|
|
"userConfig": {
|
|
"runtime": "java11",
|
|
"handler": "com.amazon.ask.githubtemplates.GithubTemplatesStreamHandler",
|
|
"awsRegion": "eu-west-1"
|
|
},
|
|
"type": "@ask-cli/lambda-deployer"
|
|
}
|
|
}
|
|
}
|
|
} |