Skip to content

Instantly share code, notes, and snippets.

@justlev
Created April 14, 2021 17:58
Show Gist options
  • Save justlev/b01e4fa029eae89c1d23e06c78d527f1 to your computer and use it in GitHub Desktop.
Save justlev/b01e4fa029eae89c1d23e06c78d527f1 to your computer and use it in GitHub Desktop.
Stwspec.json file for CI/CD
{
"stw-v1": {
"deployment": {
"bundles": [
{
"bundleDir": "./build/functions",
"runtime": "nodejs12.x",
"token": "TUP5vJCp7aRvdwBPuqR1HSpZMYZ9kHh27kt35emNa8uk2WPJaDfgEXXBe33HyhhU",
"layout": [
{
"stateName": "save-request",
"entryPoint": "saveRequestToDb.save"
},
{
"stateName": "update-bi",
"entryPoint": "updateBI.update"
}
]
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment