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