Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Armkit Examples

Building a sample

  • Go to ~/armkit/examples/basic

  • Generate cdk libs with yarn generate

  • Translate to node.js: yarn build

  • Create the template node index.js

  • You are ready to deploy:

    ~/armkit$ az deployment group create --resource-group rg-your-resourcegroup --template-file cdk.out/helloarmkit.json