Files
github-templates/test-javaland/ask-resources.json
Julien Lengrand-Lambert 0494975e83 Latest version of slideS
2021-03-19 10:42:36 +01:00

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"
}
}
}
}